From 51616315dde1cc081211acd3715b2a67ca57a74f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 17 Jun 2018 09:45:14 +0200 Subject: emacs: Don't auto-fill markdown --- emacs/.emacs.d/main.el | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit 1.4.1