feat(hl-line-mode): disables current line highlight by default
This commit is contained in:
committed by
Rahul M. Juliato
parent
f6cbbbabf9
commit
7de1f3a431
2
init.el
2
init.el
@@ -259,7 +259,7 @@
|
|||||||
(when scroll-bar-mode
|
(when scroll-bar-mode
|
||||||
(scroll-bar-mode -1)) ;; Disable the scroll bar if it is active.
|
(scroll-bar-mode -1)) ;; Disable the scroll bar if it is active.
|
||||||
|
|
||||||
(global-hl-line-mode 1) ;; Enable highlight of the current line
|
(global-hl-line-mode -1) ;; Disable highlight of the current line
|
||||||
(global-auto-revert-mode 1) ;; Enable global auto-revert mode to keep buffers up to date with their corresponding files.
|
(global-auto-revert-mode 1) ;; Enable global auto-revert mode to keep buffers up to date with their corresponding files.
|
||||||
(indent-tabs-mode -1) ;; Disable the use of tabs for indentation (use spaces instead).
|
(indent-tabs-mode -1) ;; Disable the use of tabs for indentation (use spaces instead).
|
||||||
(recentf-mode 1) ;; Enable tracking of recently opened files.
|
(recentf-mode 1) ;; Enable tracking of recently opened files.
|
||||||
|
|||||||
Reference in New Issue
Block a user