Set org-mode as the default

This commit is contained in:
coolneng 2021-06-17 12:00:01 +02:00
parent 98c80dcef9
commit 889bf1cd36
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -57,3 +57,5 @@
;; Ignore empty files
(after! projectile
(add-to-list 'projectile-globally-ignored-files ".gitkeep"))
;; Set org-mode as the default
(setq-default major-mode 'org-mode)