From 889bf1cd3640e3f10c21c07792a5da02fac048dc Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 17 Jun 2021 12:00:01 +0200 Subject: [PATCH] Set org-mode as the default --- config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.el b/config.el index 7f362c1..25d31d0 100644 --- a/config.el +++ b/config.el @@ -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)