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