Fix M-` keybind on MacOS

Escaping it causes it to map à instead.
This commit is contained in:
Henrik Lissner
2018-08-31 12:08:40 +02:00
parent 3ff5c801a9
commit eac0c0b09e

View File

@ -76,7 +76,7 @@
"C-x p" #'+popup/other
(:when IS-MAC
"\M-`" #'other-frame)
"M-`" #'other-frame)
;; --- Personal vim-esque bindings ------------------