From b36b6f059f10bb459b1bb2fa7a0bc02b7679dc78 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 29 Jan 2019 09:51:56 -0500 Subject: [PATCH] Set up useful whitespace visualation --- emacs/init.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index 45dfc68..32368fd 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -428,6 +428,13 @@ Emacs has a shell for every mood! (jdormit/define-prefix "a" "applications") #+END_SRC +* Whitespace Visualation +#+BEGIN_SRC emacs-lisp + (setq whitespace-line-column 80 + whitespace-style '(face lines-tail)) + (leader-def-key "tw" #'whitespace-mode) +#+END_SRC + * Line Numbers Toggle line numbers: #+BEGIN_SRC emacs-lisp