mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user