mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
5d814ae00d
Signed-off-by: magic_rb <magic_rb@redalder.org>
623 B
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))