summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0bc64f4..e129578 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1279,7 +1279,7 @@ If no direction is given, don't split."
#'oni:lua-mode-func #'flycheck-mode)
(oni:add-hooks 'markdown-mode-hook
- #'oni:markdown-mode-func #'whitespace-mode)
+ #'whitespace-mode #'oni:markdown-mode-func)
(oni:add-hooks 'php-mode-hook
#'oni:php-mode-func #'flycheck-mode)