summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-14 20:05:27 +0100
committerGravatar Tom Willemsen2012-11-14 20:05:27 +0100
commit5abfdc6b5cc8360ca5a1880e6bc65670add10a78 (patch)
tree79d74a48d048056b429fd6fcce4decd75547c0df
parent169e18603eab5c8072a27531bd4b603b264022a8 (diff)
downloaddotfiles-5abfdc6b5cc8360ca5a1880e6bc65670add10a78.tar.gz
dotfiles-5abfdc6b5cc8360ca5a1880e6bc65670add10a78.zip
.emacs.d/site-lisp/oni.el
-rw-r--r--.emacs.d/site-lisp/oni.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.emacs.d/site-lisp/oni.el b/.emacs.d/site-lisp/oni.el
index 9561227..a0aa003 100644
--- a/.emacs.d/site-lisp/oni.el
+++ b/.emacs.d/site-lisp/oni.el
@@ -294,6 +294,7 @@ If COUNT has been specified indent by that much, otherwise look at
(defun oni:markdown-mode-func ()
"Function for `markdown-mode-hook'."
(setq-local comment-auto-fill-only-comments nil)
+ (setq-local whitespace-style '(face trailing))
(auto-fill-mode)
(whitespace-mode))
@@ -411,7 +412,9 @@ When dealing with braces, add another line and indent that too."
(rainbow-delimiters-mode)
(setq fci-rule-column 79
fill-column 72)
- (fci-mode))
+ (setq-local whitespace-style '(tab-mark))
+ (fci-mode)
+ (whitespace-mode))
(defun oni:raise-ansi-term (arg)
"Create or show an `ansi-term' buffer."