minor fixes
[emacs-init.git] / setup / zzz_finish.el
1 ; Don't ask why we need this ...
2
3 ; I just don't know where why this is enabled by default in my config ... can't find it
4 (setq debug-on-error nil)
5
6 ; This load consistently fails the first time round
7 (load-library "python")
8
9 ; 'lines-tail' is valid but missing from customize :-/
10 (setq whitespace-style
11       (nconc (delete 'lines (delete 'lines-tail whitespace-style))
12              '(lines-tail)))