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,21 @@
(defhydra my-php/context-hydra (:color teal :hint nil)
"
^PHP actions^
^^^^^^^^-----------------------------------------------------------------------
_r_: Reload buffer
_i_: Indent buffer _m_: iMenu
^
^ LSP ^^Buffer
^
^ _m_: iMenu _r_: Reload
^ ^ ^ _f_: Format
^ ^ ^ _i_: Indent
^ ^ ^ _e_: Show Errors
^
"
("q" nil "cancel" :color blue)
("r" revert-buffer-no-confirm)
("i" indent-region)
("f" lsp-format-buffer)
("e" flycheck-list-errors)
("m" lsp-ui-imenu))
(defun activate-php-mode ()