emacs: enable global-hl-line-mode
This commit is contained in:
parent
d6a3439341
commit
7a0fc141fb
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
(savehist-mode -1)
|
(savehist-mode -1)
|
||||||
|
|
||||||
|
;; highlight current line
|
||||||
|
(global-hl-line-mode)
|
||||||
|
|
||||||
;; undo-tree
|
;; undo-tree
|
||||||
(package-install 'undo-tree)
|
(package-install 'undo-tree)
|
||||||
(global-undo-tree-mode)
|
(global-undo-tree-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue