浏览代码

Fix term mispelling

Colin Powell 6 年之前
父节点
当前提交
006fdef476
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      emacs/.config/doom/init.el

+ 3 - 1
emacs/.config/doom/init.el

@@ -43,9 +43,11 @@
        (dired +ranger +icons)
        (dired +ranger +icons)
        electric          ; smarter, keyword-based electric-indent
        electric          ; smarter, keyword-based electric-indent
        vc                ; version-control and Emacs, sitting in a tree
        vc                ; version-control and Emacs, sitting in a tree
-       :terms
+
+       :term
        eshell            ; a consistent, cross-platform shell (WIP)
        eshell            ; a consistent, cross-platform shell (WIP)
        term              ; terminals in Emacs
        term              ; terminals in Emacs
+       ;vterm             ; another terminals in Emacs
 
 
        :tools
        :tools
        ansible
        ansible