Set org-mode as the default
This commit is contained in:
parent
98c80dcef9
commit
889bf1cd36
|
@ -57,3 +57,5 @@
|
||||||
;; Ignore empty files
|
;; Ignore empty files
|
||||||
(after! projectile
|
(after! projectile
|
||||||
(add-to-list 'projectile-globally-ignored-files ".gitkeep"))
|
(add-to-list 'projectile-globally-ignored-files ".gitkeep"))
|
||||||
|
;; Set org-mode as the default
|
||||||
|
(setq-default major-mode 'org-mode)
|
||||||
|
|
Loading…
Reference in New Issue