Use Command key as Hyper on macOS

stops emacs from interpreting window-manager stuff that it shouldn't
This commit is contained in:
Adam Goldsmith 2019-02-19 01:57:10 -05:00
parent fa66765d3b
commit 0be422e429
1 changed files with 4 additions and 0 deletions

View File

@ -288,6 +288,10 @@
:bind (("M-p" . backward-paragraph)
("M-n" . forward-paragraph)))
(use-package ns-win
:config
(setq ns-command-modifier 'hyper))
;;;; external packages (required)
(use-package delight :ensure)