activate global-hl-line-mode by default
This commit is contained in:
parent
4f09ad90a1
commit
f110d4c79e
1 changed files with 3 additions and 0 deletions
|
@ -120,6 +120,9 @@
|
||||||
(show-paren-mode t)
|
(show-paren-mode t)
|
||||||
(setq show-paren-style 'parenthesis)
|
(setq show-paren-style 'parenthesis)
|
||||||
|
|
||||||
|
;; highlight the current line
|
||||||
|
(global-hl-line-mode +1)
|
||||||
|
|
||||||
;; tramp, for sudo access
|
;; tramp, for sudo access
|
||||||
(require 'tramp)
|
(require 'tramp)
|
||||||
;; keep in mind known issues with zsh - see emacs wiki
|
;; keep in mind known issues with zsh - see emacs wiki
|
||||||
|
|
Loading…
Reference in a new issue