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

1
.gitignore vendored
View file

@ -55,3 +55,4 @@ transient
.cache
auto-save/.DS_Store
.DS_Store
*/url/*

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

View file

@ -58,7 +58,7 @@
treemacs-user-mode-line-format nil
treemacs-user-header-line-format nil
treemacs-wide-toggle-width 70
treemacs-width 35
treemacs-width 25
treemacs-width-increment 1
treemacs-width-is-initially-locked t
treemacs-workspace-switch-cleanup nil)