Set up useful whitespace visualation
This commit is contained in:
parent
198fbe1dc8
commit
b36b6f059f
@ -428,6 +428,13 @@ Emacs has a shell for every mood!
|
|||||||
(jdormit/define-prefix "a" "applications")
|
(jdormit/define-prefix "a" "applications")
|
||||||
#+END_SRC
|
#+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
|
* Line Numbers
|
||||||
Toggle line numbers:
|
Toggle line numbers:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user