From 82eefb09c0912c92ff8d86811f8bed8ad2d35466 Mon Sep 17 00:00:00 2001 From: fpi Date: Tue, 21 Jan 2020 12:45:10 +0100 Subject: Change org-bullet to ✧ (White Four Pointed Star) --- emacs-init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3