diff --git a/core/core-ui.el b/core/core-ui.el index 203d76cb4..f9c185d67 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -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)))