Fix nlinum-relative-* void-function errors #376
This commit is contained in:
parent
ba2a6c93ac
commit
b88f28dbf8
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ character that looks like a space that `whitespace-mode' won't affect.")
|
|||
|
||||
(def-package! nlinum-relative
|
||||
:unless (boundp 'display-line-numbers)
|
||||
:commands nlinum-relative-mode
|
||||
:commands (nlinum-relative-mode nlinum-relative-on nlinum-relative-off)
|
||||
:config
|
||||
(setq nlinum-format " %d ")
|
||||
(after! evil (nlinum-relative-setup-evil)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue