Sharp-quote keybinds
Conventions? Conventions.
This commit is contained in:
parent
93c537e6a7
commit
634238782b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue