dotfiles/emacs-lisp/org_mixed_pitch.org
magic_rb 5d814ae00d
Emacs mode mixed-pitch has broken auto-loads
Signed-off-by: magic_rb <magic_rb@redalder.org>
2024-03-02 21:47:23 +01:00

623 B

Org Mixed Pitch

#

Enable org-mixed-pitch, it makes org-mode feel like a proper writing instrument. Switched from org-variable-pitch as that seems to have broken at some point.

  (use-package mixed-pitch
    :straight t
    :config
    ; fix auto-loads
    (defun mixed-pitch ())
    :hook (org-mode . mixed-pitch))