Fix elixir formatting
This commit is contained in:
parent
8ee52d9aa9
commit
7afc838c07
@ -280,7 +280,10 @@
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package elixir-mode
|
||||
:ensure t
|
||||
:hook ((before-save . elixir-format)))
|
||||
:hook ((before-save .
|
||||
(lambda ()
|
||||
(when (eq major-mode 'elixir-mode)
|
||||
(elixir-format))))))
|
||||
#+END_SRC
|
||||
*** Rust
|
||||
After installing the ~rust-analyzer~ program, the following can be used:
|
||||
|
Loading…
Reference in New Issue
Block a user