aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-11-06 02:49:58 -0500
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-11-06 02:49:58 -0500
commitf0dfc332891e362e909121af4f85d1fb0c51a627 (patch)
tree16f6d13aebfd74b45fb86ee3632443d78e61df10
parentDim inactive buffers (diff)
downloadmmosmacs-f0dfc332891e362e909121af4f85d1fb0c51a627.tar.gz
mmosmacs-f0dfc332891e362e909121af4f85d1fb0c51a627.tar.bz2
mmosmacs-f0dfc332891e362e909121af4f85d1fb0c51a627.zip
Hide some org-related modes from the modeline
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 7fb4a6e..318e58d 100644
--- a/init.el
+++ b/init.el
@@ -1168,6 +1168,8 @@
1168 1168
1169(use-package org 1169(use-package org
1170 :delight 1170 :delight
1171 (org-agenda-mode)
1172 (org-agenda-log-mode)
1171 :config 1173 :config
1172 (mm/org-agenda-update-agenda-files) 1174 (mm/org-agenda-update-agenda-files)
1173 (setq org-agenda-start-with-log-mode t 1175 (setq org-agenda-start-with-log-mode t