Update hydras

This commit is contained in:
Maciej 2020-10-09 14:54:52 +03:00
parent 96e8daf9ee
commit 3cb48ebe3f
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
4 changed files with 27 additions and 21 deletions

View file

@ -12,17 +12,18 @@
(defhydra my-elixir/context-hydra (:color teal :hint nil)
"
Elixir actions
^Elixir^ ^Actions^
^Elixir actions^
^^^^^^^^-----------------------------------------------------------------------
_f_: Format buffer
_i_: imenu
_r_: Reload buffer _f_: Format buffer
_i_: Indent buffer _i_: iMenu
"
("q" nil "cancel" :color blue)
("r" revert-buffer-no-confirm)
("i" indent-region)
("f" elixir-format)
("i" lsp-ui-imenu))
("m" lsp-ui-imenu))
(defun activate-elixir-mode ()
"All things Elixir."