Clean up hydras and update packages

This commit is contained in:
Maciej 2021-09-05 10:14:19 +03:00
parent c9db32bd03
commit aa284f70ae
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
13 changed files with 184 additions and 181 deletions

View file

@ -20,16 +20,18 @@
(defhydra my-fsharp/context-hydra (:color teal :hint nil)
"
^Fsharp actions^
^^^^^^^^-----------------------------------------------------------------------
_r_: Reload buffer _f_: Format buffer
_i_: Indent buffer _m_: iMenu
^
^ FSharp actions^
^
^ _r_: Reload buffer _f_: Format buffer
^ _i_: Indent buffer _m_: iMenu
^ _e_: Show errors
"
("q" nil "cancel" :color blue)
("r" revert-buffer-no-confirm)
("i" indent-region)
("e" flycheck-list-errors)
("f" lsp-format-buffer)
("m" lsp-ui-imenu))