From 29135a8f93d789dbb2b1511e3d1ea0d6c55c1744 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 14 Aug 2014 19:53:44 +0100 Subject: Emacs: Enable auto-fill-mode in markdown-mode --- tag-emacs/emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 37c7924..febe442 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -994,6 +994,11 @@ mouse-1: Display Line and Column Mode Menu")))))) (when (boundp 'x-select-request-type) (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))) +(req-package markdown-mode + :defer t + :config (progn + (add-hook 'markdown-mode-hook #'turn-on-auto-fill))) + (req-package ace-jump-mode :bind (("C-c SPC" . ace-jump-mode) ("C-|" . ace-jump-line-mode)) -- cgit 1.4.1