1
0

keep consistent style for :hook declarations

This commit is contained in:
zdm 2021-02-08 00:26:48 -07:00
parent b425a29a05
commit f12707c620

View File

@ -408,8 +408,7 @@
(use-package lsp-mode
:commands lsp
:ensure t
:hook
(elixir-mode . lsp)
:hook elixir-mode
:init
(add-to-list 'exec-path user-system-dependencies))