diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-12-20 11:03:47 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-12-20 11:03:47 -0500 |
commit | f5b3c563bdbe24796c645ed2845c857b7e9f77ac (patch) | |
tree | 0b1a516e0ee93e0339cd0034eb6374b64b5b1320 /dot_emacs | |
parent | Only install ~/afs on Linux (diff) | |
parent | Split out some common shell config options (diff) |
Merge remote-tracking branch 'rak-https/master'
Diffstat (limited to '')
-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))) |