(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"))))