X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=.project.el;fp=.project.el;h=307ad27b8446127008da91a536753a37c16f0396;hb=3e2082d6966ef4e61ff8a2070b157251e5cb08a6;hp=b691d2a5d033962a2f898505f7df6e4074aa065b;hpb=6647a9d6691b69d1fc0d744c86177555ead5565d;p=senf.git diff --git a/.project.el b/.project.el index b691d2a..307ad27 100644 --- a/.project.el +++ b/.project.el @@ -71,8 +71,8 @@ checks for C/C++ preproc directives. Additionally, anything after ^L is ignored (Those are the file local variables and local words)." (let ((f (get-text-property (point) 'face))) (and (memq f flyspell-prog-text-faces) - (not (save-excursion - (beginning-of-line) + (not (save-excursion + (beginning-of-line) (looking-at "\\(//\\)?#"))) (not (let ((l (max (point-min) (- (point-max) 4096)))) (and (< l (point)) @@ -101,7 +101,10 @@ is ignored (Those are the file local variables and local words)." (add-hook 'ccide-new-file-hooks 'senf-new-file-hook nil t) +(setq indent-tabs-mode nil) ;; needed since whitespace-mode caches this value ... +(whitespace-mode 1) + -// Local Variables: -// indent-tabs-mode: nil -// End: +;; Local Variables: +;; indent-tabs-mode: nil +;; End: