From a7cfbb99427129131e779879c4572fce615c5496 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Fri, 2 Dec 2016 12:50:54 +0100 Subject: [PATCH] Aggiornato emacs_linux. --- tools/emacs_linux | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/emacs_linux b/tools/emacs_linux index 03ad4e2..3b0af5d 100644 --- a/tools/emacs_linux +++ b/tools/emacs_linux @@ -12,7 +12,7 @@ ;; 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"))))) @@ -221,6 +221,7 @@ "/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)) @@ -234,3 +235,5 @@ (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) -- 2.49.0