From dc43dc2cf0c311e9de928cdd4a1c62f247d21c7a Mon Sep 17 00:00:00 2001 From: fpi Date: Thu, 17 Mar 2022 13:33:44 +0100 Subject: Replace org headline bullets with org-num-mode --- emacs-init.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index 8a06392..e08e9e7 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3492,7 +3492,7 @@ Here is a list of nice ones: ◉, ○, ►, •. The default ones are ~'("◉" " #+begin_src emacs-lisp (use-package org-bullets :straight 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. @@ -3508,7 +3508,9 @@ Use imagemagick and standalone class for latex preview. #+end_src #+begin_src emacs-lisp (use-package org-num - :delight) + :delight + :after org + :hook (org-mode . org-num-mode)) #+end_src *** Timekeeping & Clocking - Remove clocks with zero time. -- cgit v1.2.3