all repos — nixfiles @ 51616315dde1cc081211acd3715b2a67ca57a74f

System and user configuration, managed by nix and home-manager

emacs: Don't auto-fill markdown

Alan Pearce
commit

51616315dde1cc081211acd3715b2a67ca57a74f

parent

ef94007b1a123af31f19907fe6366632705daafb

1 file changed, 1 insertion(+), 3 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -1563,9 +1563,7 @@
;;;;; Markdown (use-package markdown-mode - :defer t - :config (progn - (add-hook 'markdown-mode-hook #'turn-on-auto-fill))) + :defer t) ;;;;; Outshine