added markdown mode
This commit is contained in:
parent
11766db81d
commit
2aa2d360ca
4
conf.org
4
conf.org
|
@ -892,6 +892,10 @@ Overlays hex color codes with matching colors in certain modes like css and html
|
|||
*** markdown
|
||||
Make font sizes smaller and less intrusive for headers
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package markdown-mode
|
||||
:straight t
|
||||
:hook (markdown-mode . outline-minor-mode))
|
||||
|
||||
(add-hook 'markdown-mode-hook
|
||||
(lambda ()
|
||||
(let ((heading-height 1.15))
|
||||
|
|
Loading…
Reference in New Issue