fix(emacs): add elixir-mode
and configuration
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
6a3b9cba5c
commit
86b1179e81
2 changed files with 4 additions and 0 deletions
|
@ -208,6 +208,9 @@
|
||||||
:weight 'semi-bold
|
:weight 'semi-bold
|
||||||
:underline t)
|
:underline t)
|
||||||
|
|
||||||
|
(add-to-list 'eglot-server-programs
|
||||||
|
'(elixir-mode "~/.emacs.d/elixir-ls/language_server.sh"))
|
||||||
|
|
||||||
;; Elfeed
|
;; Elfeed
|
||||||
(setq elfeed-feeds
|
(setq elfeed-feeds
|
||||||
'(("https://edwardwibowo.com/rss.xml" blog)
|
'(("https://edwardwibowo.com/rss.xml" blog)
|
||||||
|
|
|
@ -121,6 +121,7 @@
|
||||||
(straight-use-package 'flycheck-ocaml)
|
(straight-use-package 'flycheck-ocaml)
|
||||||
(straight-use-package 'merlin-eldoc)
|
(straight-use-package 'merlin-eldoc)
|
||||||
(straight-use-package 'ocamlformat)
|
(straight-use-package 'ocamlformat)
|
||||||
|
(straight-use-package 'elixir-mode)
|
||||||
|
|
||||||
|
|
||||||
;; ====== Custom =============================
|
;; ====== Custom =============================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue