Update hydras
This commit is contained in:
parent
96e8daf9ee
commit
3cb48ebe3f
4 changed files with 27 additions and 21 deletions
|
|
@ -27,17 +27,18 @@
|
|||
|
||||
(defhydra my-haskell/context-hydra (:color teal :hint nil)
|
||||
"
|
||||
Haskell actions
|
||||
|
||||
^Haskell^ ^Actions^
|
||||
^Haskell actions^
|
||||
^^^^^^^^-----------------------------------------------------------------------
|
||||
_f_: Format buffer
|
||||
_i_: imenu
|
||||
_r_: Reload buffer _f_: Format buffer
|
||||
_i_: Indent buffer _m_: iMenu
|
||||
"
|
||||
("q" nil "cancel" :color blue)
|
||||
|
||||
("r" revert-buffer-no-confirm)
|
||||
("i" indent-region)
|
||||
|
||||
("f" lsp-format-buffer)
|
||||
("i" lsp-ui-imenu))
|
||||
("m" lsp-ui-imenu))
|
||||
|
||||
(defun activate-haskell-mode ()
|
||||
"Run this in haskell-mode."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue