diff --git a/config.org b/config.org index 35cf77f..418ffc8 100644 --- a/config.org +++ b/config.org @@ -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