mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(language/markdown): change tab-width to 2 (from the default 4)
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
(add-hook 'hack-local-variables-hook
|
||||
'siren-markdown-mode-setup-prettier nil t))
|
||||
|
||||
(setq-local markdown-asymmetric-header t)
|
||||
(setq-local markdown-asymmetric-header t
|
||||
tab-width 2)
|
||||
|
||||
(siren-display-fill-column t)
|
||||
(siren-display-line-numbers t)
|
||||
|
||||
Reference in New Issue
Block a user