diff options
Diffstat (limited to 'Doom/.doom.d')
-rw-r--r-- | Doom/.doom.d/org/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org index 0e2ede4..ea7ef50 100644 --- a/Doom/.doom.d/org/config.org +++ b/Doom/.doom.d/org/config.org @@ -400,6 +400,7 @@ Setup the agenda-files and the org-directory. (setq org-directory "~/Text" org-agenda-files '("~/Text/") org-src-window-setup 'split-window-right + org-superstar-headline-bullets-list '("◉" "‣" "⧈" "⬠") org-log-repeat 'note)) #+END_SRC *** Org keymap |