i still need more bullets
This commit is contained in:
parent
362ba19ae0
commit
2ebcb778c4
1 changed files with 9 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue