;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:family "Droid Sans Mono" :foundry "unknown" :slant normal :weight normal :height 90 :width normal)))))
+ '(default ((t (:family "DejaVu Sans Mono" :foundry "unknown" :slant normal :weight normal :height 90 :width normal))))
+ '(whitespace-newline ((t (:foreground "gray45"))))
+ '(whitespace-space ((t (:foreground "gray45"))))
+ '(whitespace-tab ((t (:foreground "gray45")))))
(setq inhibit-startup-screen t)
(load-theme 'misterioso)