Small refinements to emacs markdown layouts.

This commit is contained in:
jgrogan 2024-06-07 12:17:55 +01:00
parent 3a32b78c29
commit eb98720f3d
3 changed files with 4 additions and 1 deletions

View file

@ -28,7 +28,9 @@
:ensure t
:mode ("README\\.md\\'" . gfm-mode)
:init
(setq markdown-asymmetric-header nil)
(setq markdown-command "pandoc")
(setq markdown-header-scaling t)
(setq markdown-max-image-size '(500 . 300)))
(use-package projectile