Fixes for Emacs on Darwin
This commit is contained in:
parent
a0a8a6e7cc
commit
8be6d0c9ca
2 changed files with 9 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
|
||||
(use-package minimap)
|
||||
|
||||
;; To move in a different config file
|
||||
(when (string-equal system-type "darwin")
|
||||
(setq mac-command-modifier 'ctrl))
|
||||
|
||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
(setq use-dialog-box nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue