Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .emacs.d/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,10 @@ blacklists a few modes, it belongs in Global.
** Org

#+BEGIN_SRC emacs-lisp
;; Add modern styling to lots of different elements in Org mode.
;; https://github.com/minad/org-modern
(use-package org-modern
:init (global-org-modern-mode))

(add-hook 'org-mode-hook 'auto-fill-mode)

Expand Down