1
0
Fork 0

fix(emacs): add elixir-mode and configuration

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-03-12 18:11:23 -04:00
parent 6a3b9cba5c
commit 86b1179e81
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 4 additions and 0 deletions

View file

@ -208,6 +208,9 @@
:weight 'semi-bold
:underline t)
(add-to-list 'eglot-server-programs
'(elixir-mode "~/.emacs.d/elixir-ls/language_server.sh"))
;; Elfeed
(setq elfeed-feeds
'(("https://edwardwibowo.com/rss.xml" blog)

View file

@ -121,6 +121,7 @@
(straight-use-package 'flycheck-ocaml)
(straight-use-package 'merlin-eldoc)
(straight-use-package 'ocamlformat)
(straight-use-package 'elixir-mode)
;; ====== Custom =============================