Use company mode
This commit is contained in:
parent
1652289be3
commit
82e8ace8f7
1 changed files with 9 additions and 0 deletions
9
init.el
9
init.el
|
@ -909,6 +909,12 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
rear-nonsticky
|
||||
(slime-repl-prompt read-only font-lock-face intangible))))))
|
||||
|
||||
(use-package slime-company
|
||||
:after (slime company)
|
||||
:config (setq slime-company-completion 'fuzzy
|
||||
slime-company-after-completion 'slime-company-just-one-space)
|
||||
(add-to-list 'slime-contribs 'slime-company))
|
||||
|
||||
(use-package elisp-mode
|
||||
:ensure nil
|
||||
:hook ((emacs-lisp-mode . prettify-symbols-mode)
|
||||
|
@ -1846,6 +1852,9 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
:config
|
||||
(append '((http . t)) org-babel-load-languages))
|
||||
|
||||
(use-package company
|
||||
:config (global-company-mode))
|
||||
|
||||
(when (eq system-type 'windows-nt)
|
||||
(use-package ob-powershell
|
||||
:after org))
|
||||
|
|
Loading…
Add table
Reference in a new issue