fix(emacs): default olivetti mode for markdown
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
228163cfdb
commit
4d3b4a7cb7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue