Updated bullets

This commit is contained in:
James Patrick 2020-05-28 13:24:54 -04:00
parent 161278221b
commit 5cb619ab09
1 changed files with 4 additions and 0 deletions

View File

@ -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/")