summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 640eb24..6b5e58b 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -886,7 +886,7 @@ If no direction is given, don't split."
;; Notify me of the finished status of compilation.
(add-hook 'compilation-finish-functions 'oni:alert-compilation-finish)
-(oni:add-function-to-hooks #'oni:make-readable
+(oni:add-function-to-hooks 'oni:make-readable
'Info-mode-hook 'gnus-article-mode-hook 'gnus-group-mode-hook
'org-agenda-mode-hook)
@@ -925,7 +925,7 @@ If no direction is given, don't split."
#'paredit-mode #'eldoc-mode #'oni:set-emacs-lisp-keys)
(oni:add-hooks 'jabber-chat-mode-hook
- #'oni:set-keys-for-jabber-chat #'oni:make-readable
+ #'oni:set-keys-for-jabber-chat 'oni:make-readable
#'oni:reset-default-directory)
(oni:add-hooks 'js2-mode-hook
@@ -961,7 +961,7 @@ If no direction is given, don't split."
#'outline-minor-mode)
(oni:add-hooks 'text-mode-hook
- #'auto-fill-mode #'flyspell-mode #'oni:make-readable)
+ #'auto-fill-mode #'flyspell-mode 'oni:make-readable)
;;;; Keybindings