;; 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 "DejaVu 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 95 :width normal))))
'(whitespace-newline ((t (:foreground "gray45"))))
'(whitespace-space ((t (:foreground "gray45"))))
'(whitespace-tab ((t (:foreground "gray45")))))
"/usr/local/include"
"/usr/local/include/libgda-5.0"
"/usr/local/include/libgda-5.0/libgda"
+ "/usr/include/postgresql"
))))
(setq-default flycheck-disabled-checkers '(c/c++-clang))
(setq recentf-max-menu-items 25)
(global-set-key "\C-x\ \C-r" 'recentf-open-files)
(put 'upcase-region 'disabled nil)
+
+(delete-selection-mode 1)