]> saetta.ns0.it Git - msys2/commitdiff
Emacs: evidenziazione della riga corrente.
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Fri, 7 Aug 2015 07:22:43 +0000 (09:22 +0200)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Fri, 7 Aug 2015 07:22:43 +0000 (09:22 +0200)
tools/emacs

index 70056fc0d854efbafd24fe0f9ec0c62317e61a95..f9340c7e9c782c51ab7bd344da2484554f7ffe19 100644 (file)
@@ -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")