From 5cb619ab09af50ed87ccb434b4208003908285a2 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 28 May 2020 13:24:54 -0400 Subject: [PATCH] Updated bullets --- emacs/doom.d/config.el | 4 ++++ 1 file changed, 4 insertions(+) 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/")