enforce spaces in markdown
This commit is contained in:
parent
2724f2a1b2
commit
52ebcadde6
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -163,6 +163,9 @@
|
||||||
"ma" 'puppet-align-block
|
"ma" 'puppet-align-block
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(use-package markdown-mode :ensure t
|
||||||
|
:config
|
||||||
|
(add-hook 'markdown-mode-hook (lambda () (setq indent-tabs-mode nil))))
|
||||||
;; php
|
;; php
|
||||||
(use-package php-mode :ensure t)
|
(use-package php-mode :ensure t)
|
||||||
;; k8s
|
;; k8s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue