emacs - disable company in eshell mode
authorPeng Li <seudut@gmail.com>
Tue, 25 Oct 2016 15:07:48 +0000 (23:07 +0800)
committerPeng Li <seudut@gmail.com>
Tue, 25 Oct 2016 15:07:48 +0000 (23:07 +0800)
emacs.d/config.org

index 13a1241..3702189 100644 (file)
@@ -1809,7 +1809,7 @@ here on Mac, just use "open" commands to pen =.pdf=,  =.html= and image files
     (define-key company-active-map [tab] #'company-complete-selection)
     (global-company-mode)
     ;; magig-commit is text-modeh
-    (setq company-global-modes '(not org-mode magit-status-mode text-mode)))
+    (setq company-global-modes '(not org-mode magit-status-mode text-mode eshell-mode)))
 
   (use-package company-statistics
     :ensure t