activate global-hl-line-mode by default

This commit is contained in:
Bozhidar Batsov 2011-11-08 16:43:19 +02:00
parent 4f09ad90a1
commit f110d4c79e

View file

@ -120,6 +120,9 @@
(show-paren-mode t)
(setq show-paren-style 'parenthesis)
;; highlight the current line
(global-hl-line-mode +1)
;; tramp, for sudo access
(require 'tramp)
;; keep in mind known issues with zsh - see emacs wiki