lang/elixir: simplify alchemisy-company :after property

This commit is contained in:
Henrik Lissner 2017-12-18 13:13:49 -05:00
parent 682ff5500a
commit 47da56b221
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)))))