diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-11-06 02:49:58 -0500 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-11-06 02:49:58 -0500 |
commit | f0dfc332891e362e909121af4f85d1fb0c51a627 (patch) | |
tree | 16f6d13aebfd74b45fb86ee3632443d78e61df10 /init.el | |
parent | Dim inactive buffers (diff) | |
download | mmosmacs-f0dfc332891e362e909121af4f85d1fb0c51a627.tar.gz mmosmacs-f0dfc332891e362e909121af4f85d1fb0c51a627.tar.bz2 mmosmacs-f0dfc332891e362e909121af4f85d1fb0c51a627.zip |
Hide some org-related modes from the modeline
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |