diff options
author | fpi | 2020-01-21 12:45:10 +0100 |
---|---|---|
committer | fpi | 2020-01-29 17:58:34 +0100 |
commit | 82eefb09c0912c92ff8d86811f8bed8ad2d35466 (patch) | |
tree | dd6140a42766987e9f5741c92b7324a92204eb22 | |
parent | Add Deft for knowledge management (diff) |
Change org-bullet to ✧ (White Four Pointed Star)
-rw-r--r-- | emacs-init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index 04cab0a..4bad5c1 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1657,7 +1657,7 @@ Here is a list of nice ones: ◉, ○, ►, •. The default ones are ~'("◉" " #+begin_src emacs-lisp (use-package org-bullets :ensure t - :custom (org-bullets-bullet-list '(" ")) + :custom (org-bullets-bullet-list '("✧")) :config (add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))) #+end_src Use imagemagick and standalone class for latex preview. |