X-Git-Url: https://git.siccegge.de//index.cgi?p=dotfiles%2Femacs.git;a=blobdiff_plain;f=config%2Fwhitespace.el;h=3009628d577ac0d9f1728b012013ab57ad34b76e;hp=1c1ad0cdb38026cbc853721bf4666b638ed645fc;hb=a1e4bd5a5a8b698adfe9552ef565bf39dac74a41;hpb=18a7031d1ac5a62ce5abbbbedb1a8db2900944b6 diff --git a/config/whitespace.el b/config/whitespace.el index 1c1ad0c..3009628 100644 --- a/config/whitespace.el +++ b/config/whitespace.el @@ -1,3 +1,5 @@ ;; Show whitespaces by default -(require 'show-wspace) -(global-font-lock-mode 1) +(if (locate-library "show-wspace") + (progn + (require 'show-wspace) + (global-font-lock-mode 1)))