From: Andrea Zagli Date: Wed, 13 Apr 2016 20:09:55 +0000 (+0200) Subject: Aggiornato emacs_linux. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=0f133e590c19e5f42060c26135c5a6fc971ca59c;p=msys2 Aggiornato emacs_linux. --- 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)