Back to command = super, option = meta on MacOS

On MacOS, command used to be 'meta, which Emacs (and many packages) use
for many keybinds. I don't want to pollute the command key, so it is now
meta (as is the Emacs default).

The MacOS keybind fixes have been moved back to super.
This commit is contained in:
Henrik Lissner
2019-01-22 18:03:22 -05:00
parent f45073880b
commit f264a9bc6e
3 changed files with 26 additions and 25 deletions

View File

@@ -19,7 +19,8 @@
(map! (:map override
;; A little sandbox to run code in
"M-;" #'eval-expression
"A-;" #'eval-expression)
"A-;" #'eval-expression
(:when IS-MAC "s-;" #'eval-expression))
[remap evil-jump-to-tag] #'projectile-find-tag
[remap find-tag] #'projectile-find-tag