enforce spaces in markdown

This commit is contained in:
Stefan Schwarz 2022-07-08 14:05:47 +02:00
parent 2724f2a1b2
commit 52ebcadde6

View file

@ -163,6 +163,9 @@
"ma" 'puppet-align-block
)
)
(use-package markdown-mode :ensure t
:config
(add-hook 'markdown-mode-hook (lambda () (setq indent-tabs-mode nil))))
;; php
(use-package php-mode :ensure t)
;; k8s