Commit 70b28f2a3807

Vincent Demeester <vincent@sbr.pm>
2020-03-11 18:32:35
Add org-list-demote-moditfy-bullet to config
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4c0e04e
Changed files (1)
config/setup-org.el
@@ -80,7 +80,8 @@
         org-insert-heading-respect-content t
         org-yank-adjusted-subtrees t
         org-image-actual-width nil
-        org-startup-with-inline-images nil)
+        org-startup-with-inline-images nil
+        org-list-demote-modify-bullet '(("+" . "-") ("-" . "+")))
   (setcar (nthcdr 4 org-emphasis-regexp-components) 10)
   :bind (("C-c o l" . org-store-link)
          ("C-c o r r" . org-refile))
@@ -484,9 +485,6 @@ Switch projects and subprojects from STARTED back to TODO"
      (shell . t)
      ))
 
-  (setq org-list-demote-modify-bullet
-        '(("+" . "-") ("-" . "+")))
-
   (add-to-list 'ispell-skip-region-alist '(":\\(PROPERTIES\\|LOGBOOK\\):" ":END:"))
   (add-to-list 'ispell-skip-region-alist '("#\\+BEGIN_SRC" "#\\+END_SRC"))
   (add-to-list 'ispell-skip-region-alist '("#\\+BEGIN_EXAMPLE" "#\\+END_EXAMPLE"))