We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d4062 commit 7efa18dCopy full SHA for 7efa18d
layers/+spacemacs/spacemacs-ui/packages.el
@@ -281,8 +281,8 @@ debug-init and load the given list of packages."
281
;; assigning 0 only to the top-left window
282
(eq (selected-window) (frame-first-window)))
283
0))
284
+ (add-to-list 'winum-assign-functions #'spacemacs//winum-assign-func)
285
(setq winum-auto-assign-0-to-minibuffer nil
- winum-assign-func 'spacemacs//winum-assign-func
286
winum-auto-setup-mode-line nil
287
winum-ignored-buffers '(" *which-key*"))
288
(spacemacs/set-leader-keys
0 commit comments