mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/elixir: simplify alchemisy-company :after property
This commit is contained in:
@ -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)))))
|
||||||
|
Reference in New Issue
Block a user