summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2018-06-17 09:45:14 +0200
committerAlan Pearce2018-06-17 09:45:47 +0200
commit51616315dde1cc081211acd3715b2a67ca57a74f (patch)
treed09c9c69bfbed09a27334077c9f8b1de766a7315 /emacs/.emacs.d
parentef94007b1a123af31f19907fe6366632705daafb (diff)
downloaddotfiles-51616315dde1cc081211acd3715b2a67ca57a74f.tar.lz
dotfiles-51616315dde1cc081211acd3715b2a67ca57a74f.tar.zst
dotfiles-51616315dde1cc081211acd3715b2a67ca57a74f.zip
emacs: Don't auto-fill markdown
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index cd42714..a9fd7e0 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1563,9 +1563,7 @@ With two prefix arguments, write out the day and month name."
 ;;;;; Markdown
 
 (use-package markdown-mode
-  :defer t
-  :config (progn
-            (add-hook 'markdown-mode-hook #'turn-on-auto-fill)))
+  :defer t)
 
 ;;;;; Outshine