mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Sharp-quote keybinds
Conventions? Conventions.
This commit is contained in:
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
(map! (:map override
|
(map! (:map override
|
||||||
;; A little sandbox to run code in
|
;; A little sandbox to run code in
|
||||||
"A-;" 'eval-expression
|
"A-;" #'eval-expression
|
||||||
"M-;" 'eval-expression)
|
"M-;" #'eval-expression)
|
||||||
|
|
||||||
[remap evil-jump-to-tag] #'projectile-find-tag
|
[remap evil-jump-to-tag] #'projectile-find-tag
|
||||||
[remap find-tag] #'projectile-find-tag
|
[remap find-tag] #'projectile-find-tag
|
||||||
|
Reference in New Issue
Block a user