Make new buffers org mode by default

This commit is contained in:
tecosaur 2020-01-29 20:46:48 +08:00
parent 401b328cbf
commit a8145aa3e8
1 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,11 @@ setting, and load it if it exists.
(when (file-exists-p custom-file)
(load custom-file))
#+END_SRC
*** Buffer defaults
I'd much rather have my new buffers in ~org-mode~ than ~fundamental-mode~, hence
#+BEGIN_SRC emacs-lisp
(setq-default major-mode 'org-mode)
#+END_SRC
** Doom configuration
*** Visual Settings
**** Font Face