Add elixir-mode
This commit is contained in:
parent
0dd1c6a38e
commit
d2727320d3
@ -3509,6 +3509,16 @@ Use LSP if [[https://github.com/mads-hartmann/bash-language-server][bash-languag
|
||||
(add-hook 'rust-mode-hook #'cargo-minor-mode))
|
||||
#+END_SRC
|
||||
|
||||
* Elixir
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package elixir-mode
|
||||
:defer t)
|
||||
|
||||
(use-package alchemist
|
||||
:hook ((elixir-mode . alchemist-mode)
|
||||
(alchemist-iex-mode . company-mode)))
|
||||
#+END_SRC
|
||||
|
||||
* XML
|
||||
Set up hideshow for nXML mode:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user