From 56f60036795436961555b6cb4d855cfdecb7852f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 2 Mar 2014 22:27:01 -0500 Subject: Fix function call in text mode hook --- lisp/init-text.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/init-text.el b/lisp/init-text.el index 70cfd86..c733927 100644 --- a/lisp/init-text.el +++ b/lisp/init-text.el @@ -4,7 +4,7 @@ (add-hook 'text-mode-hook '(lambda () (abbrev-mode 1) - turn-on-auto-fill)) + (turn-on-auto-fill))) (defun km/export-wrapped-text (arg) "Export the text in current buffer as wrapped text. -- cgit v1.2.3