From a8145aa3e8eda0d37fb3743c249265ba0db24972 Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Wed, 29 Jan 2020 20:46:48 +0800 Subject: [PATCH] Make new buffers org mode by default --- config.org | 5 +++++ 1 file changed, 5 insertions(+) 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