Convert language files to packages
This commit is contained in:
parent
4337243183
commit
0974c0c86f
12 changed files with 91 additions and 6 deletions
|
|
@ -1,3 +1,7 @@
|
|||
;;; elixir -- summary
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(use-package elixir-mode
|
||||
:requires (lsp-mode lsp-ui)
|
||||
:ensure t
|
||||
|
|
@ -15,3 +19,6 @@
|
|||
'(company-capf company-yasnippet)))
|
||||
|
||||
(add-hook 'elixir-mode-hook 'activate-elixir-mode)
|
||||
|
||||
(provide 'elixir)
|
||||
;;; elixir.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue