diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-06-19 20:55:18 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-06-19 20:55:18 -0400 |
commit | a9f0437a8d166391631be83dd2a469f2ccbe2105 (patch) | |
tree | 11c3b272bdbe9b3db271490e2553fd006bcfc885 | |
parent | Fix IJKL movement for corfu popup (diff) | |
download | mmosmacs-a9f0437a8d166391631be83dd2a469f2ccbe2105.tar.gz mmosmacs-a9f0437a8d166391631be83dd2a469f2ccbe2105.tar.bz2 mmosmacs-a9f0437a8d166391631be83dd2a469f2ccbe2105.zip |
Remove erronous copy of `(org-indent-mode)`
-rw-r--r-- | init.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -980,7 +980,6 @@ | |||
980 | ;; Agenda configuration | 980 | ;; Agenda configuration |
981 | (use-package org | 981 | (use-package org |
982 | :delight | 982 | :delight |
983 | (org-indent-mode) | ||
984 | :config | 983 | :config |
985 | (setq org-agenda-start-with-log-mode t | 984 | (setq org-agenda-start-with-log-mode t |
986 | org-agenda-files '("~/kb/agenda.org" | 985 | org-agenda-files '("~/kb/agenda.org" |