From e89791b90e45f588f9e8c11884ea1daf3dc98518 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 11 Jan 2017 01:26:04 -0500 Subject: [PATCH] Add type and group to winum-auto-setup-mode-line --- winum.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/winum.el b/winum.el index 689c8c7..9597a7f 100644 --- a/winum.el +++ b/winum.el @@ -97,7 +97,9 @@ Example: always assign *Calculator* the number 9 and *NeoTree* the number 0: (defcustom winum-auto-setup-mode-line t "When nil, `winum-mode' will not display window numbers in the mode-line. You might want this to be nil if you use a package that already manages window -numbers in the mode-line.") +numbers in the mode-line." + :group 'winum + :type 'boolean) (defcustom winum-mode-line-position 1 "The position in the mode-line `winum-mode' displays the number."