diff options
Diffstat (limited to 'dot_emacs.tmpl')
-rw-r--r-- | dot_emacs.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index 0a2669c..861a522 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -528,6 +528,8 @@ Otherwise split the current paragraph into one sentence per line." :init (autoload 'markdown-mode "markdown-mode" "Major mode for editing Markdown files" t) + :hook ((markdown-mode . (lambda () + (setq-default indent-tabs-mode -1)))) :mode (("\\.markdown\\'" . markdown-mode) ("\\.mdown\'" . markdown-mode))) |