Skip to content

Commit

Permalink
Fix window number assignation for Neotree buffer window
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Nov 2, 2017
1 parent f6d4062 commit 7efa18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+spacemacs/spacemacs-ui/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ debug-init and load the given list of packages."
;; assigning 0 only to the top-left window
(eq (selected-window) (frame-first-window)))
0))
(add-to-list 'winum-assign-functions #'spacemacs//winum-assign-func)
(setq winum-auto-assign-0-to-minibuffer nil
winum-assign-func 'spacemacs//winum-assign-func
winum-auto-setup-mode-line nil
winum-ignored-buffers '(" *which-key*"))
(spacemacs/set-leader-keys
Expand Down

0 comments on commit 7efa18d

Please sign in to comment.