Prechádzať zdrojové kódy

Fix term mispelling

Colin Powell 6 rokov pred
rodič
commit
006fdef476
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 3 1
      emacs/.config/doom/init.el

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

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