Skip to content

Commit

Permalink
Use org-modern to make org-mode prettier and more modern
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Jan 24, 2024
1 parent 209b2fc commit 22acd29
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -1046,13 +1046,12 @@ org mode (maybe move the intro from above?)
;; make org mode easier to read with indentation
(org-mode . org-indent-mode))


;; add bullets to prettify the org mode stars
(use-package org-bullets
;; More modern styles in org mode
;; (prettier tables, less eyesores with visible hashes #, built in bullets etc.)
(use-package org-modern
:after org
:hook
(org-mode . org-bullets-mode))

(org-mode . org-modern-mode))

;; add a table of contents to sections tagged with TOC on save (updates it by need)
(use-package toc-org
Expand Down

0 comments on commit 22acd29

Please sign in to comment.