;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:family "DejaVu Sans Mono" :foundry "unknown" :slant normal :weight normal :height 95 :width normal))))
- '(whitespace-newline ((t (:foreground "gray45"))))
- '(whitespace-space ((t (:foreground "gray45"))))
- '(whitespace-tab ((t (:foreground "gray45")))))
+ '(whitespace-newline ((t (:foreground "gray30"))))
+ '(whitespace-space ((t (:foreground "gray30"))))
+ '(whitespace-tab ((t (:foreground "gray30")))))
(setq inhibit-startup-screen t)
(load-theme 'misterioso)
(require 'dired-x)
(setq dired-omit-files "^\\...+$")
(add-hook 'dired-mode-hook (lambda () (dired-omit-mode 1)))
+
+(smart-tabs-insinuate 'c)