mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Emacs mode mixed-pitch
has broken auto-loads
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
94462a3e8a
commit
5d814ae00d
|
@ -15,5 +15,7 @@ Enable ~org-mixed-pitch~, it makes ~org-mode~ feel like a proper writing instrum
|
|||
(use-package mixed-pitch
|
||||
:straight t
|
||||
:config
|
||||
; fix auto-loads
|
||||
(defun mixed-pitch ())
|
||||
:hook (org-mode . mixed-pitch))
|
||||
#+END_SRC
|
||||
|
|
Loading…
Reference in a new issue