diff --git a/emacs/doom.d/config.el b/emacs/doom.d/config.el index 19dcf36..c93e31f 100644 --- a/emacs/doom.d/config.el +++ b/emacs/doom.d/config.el @@ -13,6 +13,10 @@ (setq-default org-download-image-dir "~/org/resources/") ;; Enable word wrap (add-hook 'org-mode-hook #'visual-line-mode) + +(setq org-superstar-headline-bullets-list '("⁜" "☰" "☱" "☲" "☳" "☴" "☵" "☶" "☷")) + + ;; allow md export (eval-after-load "org" '(require 'ox-md nil t)) (setq deft-directory "~/org/")