Fix typo in nlinum--region advice
This commit is contained in:
parent
77eb06727c
commit
6d2a7e22b3
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ file."
|
|||
|
||||
;; fix for disappearing line numbers in nlinum
|
||||
;; <https://github.com/hlissner/.emacs.d/issues/59#issuecomment-306937318>
|
||||
(defun doom*nlinum--region (start limit)
|
||||
(defun doom*nlinum-region (start limit)
|
||||
(save-excursion
|
||||
(let ((inhibit-point-motion-hooks t))
|
||||
(goto-char start)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue