add hl-line defaults
This commit is contained in:
7
init.el
7
init.el
@@ -503,4 +503,11 @@
|
|||||||
;; Disable wrapping around when navigating Flymake errors.
|
;; Disable wrapping around when navigating Flymake errors.
|
||||||
(setq flymake-wrap-around nil)
|
(setq flymake-wrap-around nil)
|
||||||
|
|
||||||
|
;;; hl-line-mode
|
||||||
|
|
||||||
|
;; Restrict `hl-line-mode' highlighting to the current window, reducing visual
|
||||||
|
;; clutter and slightly improving `hl-line-mode' performance.
|
||||||
|
(setq hl-line-sticky-flag nil)
|
||||||
|
(setq global-hl-line-sticky-flag nil)
|
||||||
|
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
|||||||
Reference in New Issue
Block a user