From 2ebcb778c4ba3defd44d11dff0efa158fa06e23e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:23:25 +0000 Subject: [PATCH] i still need more bullets --- config/emacs/init.el | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/config/emacs/init.el b/config/emacs/init.el index 4fc37d82..e86d23de 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -245,8 +245,15 @@ (use-package org :hook (org-mode . sakomacs/org-mode-setup) :config - (setq org-ellipsis ">" - org-hide-emphasis-markers t)) + (setq org-ellipsis ">")) + +;; i need more bullets, i need more bullets, i need more bullets, bigger weapons, bigger weapons, bigger weapons +;; thanks for the protein sir +(use-package org-bullets + :after org + :hook (org-mode . org-bullets-mode) + :custom + (org-bullets-bullet-list '("◉" "○" "●" "○" "●" "○" "●"))) ;; video ;; Emacs from Scratch #5 Introduction to Org-mode