From b88f28dbf8443cbd9161feaab238852188dbbd78 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 30 Jan 2018 14:05:39 -0500 Subject: [PATCH] Fix nlinum-relative-* void-function errors #376 --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))