From 68550f9630b53650458d3caf692a3d5f9bc00b20 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Fri, 7 Aug 2015 09:22:43 +0200 Subject: [PATCH] Emacs: evidenziazione della riga corrente. --- tools/emacs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/emacs b/tools/emacs index 70056fc..f9340c7 100644 --- a/tools/emacs +++ b/tools/emacs @@ -5,13 +5,14 @@ ;; If there is more than one, they won't work right. '(blink-cursor-mode nil) '(column-number-mode t) + '(show-paren-mode t) '(tool-bar-mode nil)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; 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 "Consolas" :foundry "outline" :slant normal :weight normal :height 98 :width normal))))) + '(default ((t (:family "Source Code Pro" :foundry "outline" :slant normal :weight normal :height 90 :width normal))))) (load-theme 'misterioso) @@ -83,3 +84,6 @@ (fa-config-default) (add-hook 'c-mode-common-hook 'hs-minor-mode) + +(global-hl-line-mode 1) +(set-face-background hl-line-face "gray24") -- 2.49.0