(hl-line-overlay): Make it permanent-local.
This commit is contained in:
parent
4954f4b075
commit
8448245f09
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
|
||||
(defvar hl-line-overlay nil)
|
||||
(make-variable-buffer-local 'hl-line-overlay)
|
||||
(put 'hl-line-overlay 'permanent-local t)
|
||||
|
||||
(defun hl-line-highlight ()
|
||||
"Active the Hl-Line overlay on the current line in the current window.
|
||||
|
|
Loading…
Add table
Reference in a new issue