Enable Company in IELM

This commit is contained in:
contrapunctus 2022-01-14 01:30:03 +05:30
parent 64f1755755
commit 60297d870a
1 changed files with 2 additions and 0 deletions

View File

@ -3909,6 +3909,8 @@ pjb suggested a different approach [[http://paste.lisp.org/display/10157][here]]
(use-package company
:diminish company-mode
:hook (prog-mode . company-mode)
(special-mode . company-mode)
(comint-mode . company-mode)
:bind ;; ("TAB" . company-indent-or-complete-common)
(:map emacs-lisp-mode-map
("TAB" . company-indent-or-complete-common)