diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index eb9c8c4c..2cd23038 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -24,7 +24,9 @@ (>= emacs-minor-version 4)) (>= emacs-major-version 25))) -(when (equal system-type 'darwin) (setq mac-option-modifier 'meta)) +(when (equal system-type 'darwin) + (setq mac-option-modifier 'meta) + (setq mac-command-modifier 'super)) ;; ============================================================================= ;; Load Path Configuration