From: Andrea Zagli Date: Thu, 2 Feb 2017 08:21:14 +0000 (+0100) Subject: Aggiornato emacs_linux: colori e smarttabs. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=6598f80b30b4514bef3430a58b56f7711c4c00c7;p=msys2 Aggiornato emacs_linux: colori e smarttabs. --- diff --git a/tools/emacs_linux b/tools/emacs_linux index b52c20b..4162115 100644 --- a/tools/emacs_linux +++ b/tools/emacs_linux @@ -13,9 +13,9 @@ ;; 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) @@ -242,3 +242,5 @@ (require 'dired-x) (setq dired-omit-files "^\\...+$") (add-hook 'dired-mode-hook (lambda () (dired-omit-mode 1))) + +(smart-tabs-insinuate 'c)