Fix compiler warning
This commit is contained in:
parent
9d1b5e4849
commit
4558772743
1 changed files with 3 additions and 3 deletions
|
@ -886,7 +886,7 @@ If no direction is given, don't split."
|
||||||
;; Notify me of the finished status of compilation.
|
;; Notify me of the finished status of compilation.
|
||||||
(add-hook 'compilation-finish-functions 'oni:alert-compilation-finish)
|
(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
|
'Info-mode-hook 'gnus-article-mode-hook 'gnus-group-mode-hook
|
||||||
'org-agenda-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)
|
#'paredit-mode #'eldoc-mode #'oni:set-emacs-lisp-keys)
|
||||||
|
|
||||||
(oni:add-hooks 'jabber-chat-mode-hook
|
(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:reset-default-directory)
|
||||||
|
|
||||||
(oni:add-hooks 'js2-mode-hook
|
(oni:add-hooks 'js2-mode-hook
|
||||||
|
@ -961,7 +961,7 @@ If no direction is given, don't split."
|
||||||
#'outline-minor-mode)
|
#'outline-minor-mode)
|
||||||
|
|
||||||
(oni:add-hooks 'text-mode-hook
|
(oni:add-hooks 'text-mode-hook
|
||||||
#'auto-fill-mode #'flyspell-mode #'oni:make-readable)
|
#'auto-fill-mode #'flyspell-mode 'oni:make-readable)
|
||||||
|
|
||||||
;;;; Keybindings
|
;;;; Keybindings
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue