Small refinements to emacs markdown layouts.
This commit is contained in:
parent
3a32b78c29
commit
eb98720f3d
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -55,3 +55,4 @@ transient
|
|||
.cache
|
||||
auto-save/.DS_Store
|
||||
.DS_Store
|
||||
*/url/*
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue