From 4a2315fb3ac7312f1aa84bcc8fd0c497a1744946 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 5 May 2013 00:40:48 +0200 Subject: Fix function name --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/init.org') diff --git a/emacs/init.org b/emacs/init.org index cf691ef..7af08ae 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -404,7 +404,7 @@ #+BEGIN_SRC emacs-lisp (defun oni:turn-off-erc-fill-mode () (erc-fill-mode -1)) - (add-hook 'erc-mode-hook 'oni:erc-mode-func) + (add-hook 'erc-mode-hook 'oni:turn-off-erc-fill-mode) #+END_SRC * Specify some visual commands for eshell :eshell: -- cgit v1.2.3-54-g00ecf