emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit a1adf84ebeb24c9de225915ae5e9e3c661f38b66
parent ffb95119077117b25ec25766a22d456feb3faf13
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun, 22 Oct 2017 13:49:32 -0500

Corrected org-mode hook name.

Diffstat:
MREADME.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
@@ -199,7 +199,7 @@ Automantically enable truncated lines when starting =org-mode=.
 ** Turn Off =auto-fill=
 Disable =auto-fill-mode= when in =org-mode=.
 #+BEGIN_SRC emacs-lisp
-  (add-hook 'org-mode-ook 'turn-off-auto-fill)
+  (add-hook 'org-mode-hook 'turn-off-auto-fill)
 #+END_SRC
 
 * Helm