diff options
author | Alan Pearce | 2018-06-17 09:45:14 +0200 |
---|---|---|
committer | Alan Pearce | 2018-06-17 09:45:47 +0200 |
commit | 51616315dde1cc081211acd3715b2a67ca57a74f (patch) | |
tree | d09c9c69bfbed09a27334077c9f8b1de766a7315 | |
parent | ef94007b1a123af31f19907fe6366632705daafb (diff) | |
download | nixfiles-51616315dde1cc081211acd3715b2a67ca57a74f.tar.lz nixfiles-51616315dde1cc081211acd3715b2a67ca57a74f.tar.zst nixfiles-51616315dde1cc081211acd3715b2a67ca57a74f.zip |
emacs: Don't auto-fill markdown
-rw-r--r-- | emacs/.emacs.d/main.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index cd427146..a9fd7e0f 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 |