fix(emacs): make :
key equivalent to M-x
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
aa7664bbcd
commit
b0a4fe3da3
1 changed files with 6 additions and 0 deletions
|
@ -55,6 +55,11 @@
|
|||
(url-copy-file url filepath 1)))
|
||||
|
||||
;; meow
|
||||
(defun meow-mx (arg)
|
||||
"Press alt + x."
|
||||
(interactive "P")
|
||||
(execute-extended-command arg))
|
||||
|
||||
(defun meow-mq ()
|
||||
"Reformat/reindent."
|
||||
(interactive)
|
||||
|
@ -154,6 +159,7 @@
|
|||
'("Y" . meow-yank-above)
|
||||
'("z" . meow-pop-selection)
|
||||
'("'" . repeat)
|
||||
'(":" . meow-mx)
|
||||
'("<escape>" . ignore)))
|
||||
|
||||
(meow-setup)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue