Commit 2563101c3788
Changed files (1)
tools
emacs
config
tools/emacs/config/config-org.el
@@ -97,6 +97,7 @@
(org-log-into-drawer t)
(org-refile-use-outline-path 'file)
(org-refile-allow-creating-parent-nodes 'confirm)
+ (org-list-demote-modify-bullet '(("+" . "-") ("-" . "+")))
:config
;; Org Babel configurations
(when (file-exists-p org-babel-library-file)