]> saetta.ns0.it Git - msys2/commitdiff
Aggiornato emacs_linux.
authorAndrea Zagli <azagli@libero.it>
Sat, 26 Dec 2015 07:12:54 +0000 (08:12 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 26 Dec 2015 07:12:54 +0000 (08:12 +0100)
tools/emacs_linux

index 6ef64a3eb4ea9ee69e4ca73dc24da8e62da5f66f..8b62b3e2cc696cca5b512c7e83745b2d9c2bfe49 100644 (file)
@@ -38,7 +38,7 @@
 (show-paren-mode 1)
 
 (global-whitespace-mode 1)
-(setq whitespace-style (quote (spaces tabs newline space-mark tab-mark newline-mark)))
+(setq whitespace-style (quote (face spaces tabs newline space-mark tab-mark newline-mark)))
 (setq whitespace-display-mappings
          '(
                (space-mark 32 [183] [46])
 (add-hook 'dired-mode-hook 'diff-hl-dired-mode)
 
 (require 'sr-speedbar)
+
+(add-hook 'after-init-hook #'global-flycheck-mode)
+(add-hook 'c-mode-hook (lambda () (setq flycheck-gcc-include-path (list "/usr/lib/x86_64-linux-gnu/glib-2.0/include"
+                                                                                                                                               "/usr/include/glib-2.0"
+                                                                                                                                               "/usr/include/gtk-3.0"
+                                                                                                                                               "/usr/include/libxml2"
+                                                                                                                                               "/usr/local/include"
+                                                                                                                                               "/usr/local/include/libgda-5.0"))))