mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Default M-q -> kill-emacs binding
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
;;; core-os-osx.el --- Mac-specific settings
|
||||
|
||||
(global-set-key (kbd "M-q") 'kill-emacs)
|
||||
|
||||
;; Use a shared clipboard
|
||||
(setq x-select-enable-clipboard t
|
||||
select-enable-clipboard t
|
||||
|
Reference in New Issue
Block a user