From 4d3b4a7cb7a58d5fbaa743e706650882e17156d6 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 18 Jan 2024 17:12:53 -0500 Subject: [PATCH] fix(emacs): default olivetti mode for markdown Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 38a0ee6..e600b9b 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -138,6 +138,7 @@ '(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"))))) (add-hook 'markdown-mode-hook #'markdown-toggle-fontify-code-blocks-natively) +(add-hook 'markdown-mode-hook #'olivetti-mode) (provide 'misc) ;;; misc.el ends here