diff --git a/.emacs.d/config.org b/.emacs.d/config.org index a28d327..10ead08 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -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)