lang/elixir: simplify alchemisy-company :after property
This commit is contained in:
parent
682ff5500a
commit
47da56b221
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
(def-package! alchemist-company
|
(def-package! alchemist-company
|
||||||
:when (featurep! :completion company)
|
:when (featurep! :completion company)
|
||||||
:after (:all company elixir-mode)
|
:after elixir-mode
|
||||||
:config
|
:config
|
||||||
;; Let Doom handle this
|
;; Let Doom handle this
|
||||||
(let ((fn (byte-compile (lambda () (add-to-list (make-local-variable 'company-backends) 'alchemist-company)))))
|
(let ((fn (byte-compile (lambda () (add-to-list (make-local-variable 'company-backends) 'alchemist-company)))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue