Emacs config
This commit is contained in:
parent
8be6d0c9ca
commit
43b2f39c35
5 changed files with 46 additions and 34 deletions
|
@ -34,6 +34,10 @@
|
|||
;; To move in a different config file
|
||||
(when (string-equal system-type "darwin")
|
||||
(setq mac-command-modifier 'ctrl))
|
||||
(use-package doom-modeline
|
||||
:ensure t
|
||||
:init (doom-modeline-mode 1))
|
||||
|
||||
|
||||
(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