]> saetta.ns0.it Git - msys2/commitdiff
Aggiornato emacs_linux: colori e smarttabs.
authorAndrea Zagli <azagli@libero.it>
Thu, 2 Feb 2017 08:21:14 +0000 (09:21 +0100)
committerAndrea Zagli <azagli@libero.it>
Thu, 2 Feb 2017 08:21:14 +0000 (09:21 +0100)
tools/emacs_linux

index b52c20b1c3bb168a9203f360f20e321f9b071b95..4162115cd640d1b783b2d6ea9331e669ad74ffad 100644 (file)
@@ -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)
 (require 'dired-x)
 (setq dired-omit-files "^\\...+$")
 (add-hook 'dired-mode-hook (lambda () (dired-omit-mode 1)))
+
+(smart-tabs-insinuate 'c)