Fix function name
This commit is contained in:
parent
4c2f293ba7
commit
4a2315fb3a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue