From 0f133e590c19e5f42060c26135c5a6fc971ca59c Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Wed, 13 Apr 2016 22:09:55 +0200 Subject: [PATCH] Aggiornato emacs_linux. --- tools/emacs_linux | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/emacs_linux b/tools/emacs_linux index b60bcbd..c04f14a 100644 --- a/tools/emacs_linux +++ b/tools/emacs_linux @@ -12,7 +12,10 @@ ;; 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) -- 2.50.0