added markdown mode

This commit is contained in:
ndwarshuis 2019-04-18 18:07:05 -04:00
parent 11766db81d
commit 2aa2d360ca
1 changed files with 4 additions and 0 deletions

View File

@ -892,6 +892,10 @@ Overlays hex color codes with matching colors in certain modes like css and html
*** markdown *** markdown
Make font sizes smaller and less intrusive for headers Make font sizes smaller and less intrusive for headers
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package markdown-mode
:straight t
:hook (markdown-mode . outline-minor-mode))
(add-hook 'markdown-mode-hook (add-hook 'markdown-mode-hook
(lambda () (lambda ()
(let ((heading-height 1.15)) (let ((heading-height 1.15))