]> git.siccegge.de Git - dotfiles/emacs.git/blob - config/whitespace.el
Conditionalize emacs startup snippets
[dotfiles/emacs.git] / config / whitespace.el
1 ;; Show whitespaces by default
2 (if (locate-library "show-wspace")
3 (progn
4 (require 'show-wspace)
5 (global-font-lock-mode 1)))