Use Command key as Hyper on macOS
stops emacs from interpreting window-manager stuff that it shouldn't
This commit is contained in:
parent
fa66765d3b
commit
0be422e429
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user