fix(emacs): change meow q
key to format
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
4d6c61b3d7
commit
8040fc9bf3
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,11 @@
|
|||
;; meow
|
||||
(meow-global-mode)
|
||||
|
||||
(defun meow-mq ()
|
||||
"Reformat/reindent."
|
||||
(interactive)
|
||||
(call-interactively (global-key-binding "\M-q")))
|
||||
|
||||
(defun meow-yank-above ()
|
||||
"Yank the killed text to the line above."
|
||||
(interactive)
|
||||
|
@ -138,6 +143,7 @@
|
|||
'("O" . meow-to-block)
|
||||
'("p" . meow-prev)
|
||||
'("P" . meow-prev-expand)
|
||||
'("q" . meow-mq)
|
||||
'("r" . meow-replace)
|
||||
'("R" . meow-swap-grab)
|
||||
'("s" . meow-search)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue