emacs: add config for markdown-mode

master
an 2020-02-15 21:55:45 -05:00
parent 1a92622890
commit 9d83457b24
1 changed files with 6 additions and 1 deletions

View File

@ -113,7 +113,12 @@
:hook (haskell-mode . agw-fp-mode))
(use-package markdown-mode
:ensure t)
:ensure t
:hook ((markdown-mode . variable-pitch-mode)
(markdown-mode . flyspell-mode))
:config
(dolist (face '(markdown-inline-code markdown-code))
(set-face-attribute face nil :inherit 'fixed-pitch)))
(use-package ruby-mode
:init