mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
Fix nlinum-relative-* void-function errors #376
This commit is contained in:
@@ -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)))
|
||||
|
Reference in New Issue
Block a user