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)))
|
(url-copy-file url filepath 1)))
|
||||||
|
|
||||||
;; meow
|
;; meow
|
||||||
|
(defun meow-mx (arg)
|
||||||
|
"Press alt + x."
|
||||||
|
(interactive "P")
|
||||||
|
(execute-extended-command arg))
|
||||||
|
|
||||||
(defun meow-mq ()
|
(defun meow-mq ()
|
||||||
"Reformat/reindent."
|
"Reformat/reindent."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
@ -154,6 +159,7 @@
|
||||||
'("Y" . meow-yank-above)
|
'("Y" . meow-yank-above)
|
||||||
'("z" . meow-pop-selection)
|
'("z" . meow-pop-selection)
|
||||||
'("'" . repeat)
|
'("'" . repeat)
|
||||||
|
'(":" . meow-mx)
|
||||||
'("<escape>" . ignore)))
|
'("<escape>" . ignore)))
|
||||||
|
|
||||||
(meow-setup)
|
(meow-setup)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue