i still need more bullets

This commit is contained in:
Sakooooo 2023-09-06 17:23:25 +00:00
parent 362ba19ae0
commit 2ebcb778c4
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -245,8 +245,15 @@
(use-package org (use-package org
:hook (org-mode . sakomacs/org-mode-setup) :hook (org-mode . sakomacs/org-mode-setup)
:config :config
(setq org-ellipsis ">" (setq org-ellipsis ">"))
org-hide-emphasis-markers t))
;; 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 ;; video
;; Emacs from Scratch #5 Introduction to Org-mode ;; Emacs from Scratch #5 Introduction to Org-mode