From 72c0fe5bc78b0a9cd999e733eb3110e6ee7ef3d4 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 24 Jul 2022 12:35:26 +0200 Subject: [PATCH] disable default org mode --- config/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/doom/config.el b/config/doom/config.el index e42c1878..84b09a6c 100644 --- a/config/doom/config.el +++ b/config/doom/config.el @@ -107,7 +107,7 @@ display-line-numbers-width 4 line-spacing 0.1 ;; slightly more space tab-always-indent t - major-mode 'org-mode + ;; major-mode 'org-mode ;; When opening a nonexistent file by mistake this is bad delete-by-moving-to-trash t window-combination-resize t ;; take space from all windows, not current x-stretch-cursor t