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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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