From: Peng Li Date: Tue, 25 Oct 2016 15:07:48 +0000 (+0800) Subject: emacs - disable company in eshell mode X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;ds=sidebyside;h=96ba8ac789f4918791c0d5192c6711757091a17f;p=dotfiles.git emacs - disable company in eshell mode --- diff --git a/emacs.d/config.org b/emacs.d/config.org index 13a1241..3702189 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -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