Sharp-quote keybinds

Conventions? Conventions.
This commit is contained in:
Henrik Lissner 2019-01-05 17:54:09 -05:00
parent 93c537e6a7
commit 634238782b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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