1
0
Fork 0

fix(emacs): default olivetti mode for markdown

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-18 17:12:53 -05:00
parent 228163cfdb
commit 4d3b4a7cb7
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -138,6 +138,7 @@
'(markdown-header-face-5 ((t (:inherit nano-strong :height 1.1 :family "Inter")))) '(markdown-header-face-5 ((t (:inherit nano-strong :height 1.1 :family "Inter"))))
'(markdown-header-face-6 ((t (:inherit nano-strong :height 1.05 :family "Inter"))))) '(markdown-header-face-6 ((t (:inherit nano-strong :height 1.05 :family "Inter")))))
(add-hook 'markdown-mode-hook #'markdown-toggle-fontify-code-blocks-natively) (add-hook 'markdown-mode-hook #'markdown-toggle-fontify-code-blocks-natively)
(add-hook 'markdown-mode-hook #'olivetti-mode)
(provide 'misc) (provide 'misc)
;;; misc.el ends here ;;; misc.el ends here