Emacs config

This commit is contained in:
Andrea Ciceri 2021-10-21 11:07:38 +02:00
parent 8be6d0c9ca
commit 43b2f39c35
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
5 changed files with 46 additions and 34 deletions

View file

@ -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