This commit can be reversed later

This commit is contained in:
Maciej 2021-08-04 22:32:07 +03:00
parent f282c5e64c
commit 49a986a337
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
4 changed files with 35 additions and 9 deletions

View file

@ -14,7 +14,7 @@
"
^ Elixir actions
^^^^^^^^--------------------------------------------------------------------------------------------
Buffer: _r_: Reload _f_: Format _i_: Indent
Buffer: _r_: Reload _f_: Format _i_: Indent _e_: Show Errors
Other: _m_: iMenu
^^
"
@ -22,6 +22,7 @@ Other: _m_: iMenu
("r" revert-buffer-no-confirm)
("i" mark-and-indent-whole-buffer)
("f" elixir-format)
("e" flycheck-list-errors)
("m" lsp-ui-imenu))
(defun activate-elixir-mode ()