remove window-numbering-before-hook

its sole obvious utility was redundant with `winum-assign-func` while
being more complicated to use.

Let me know if you miss that functionality.
This commit is contained in:
deb0ch 2016-12-03 13:43:18 +01:00
parent 85c5b7ccfd
commit 92b46f7f2a
2 changed files with 0 additions and 20 deletions

View file

@ -102,15 +102,6 @@ If non-nil, =winum-mode= assigns 0 to the minibuffer if active.
Default: t
- =winum-before-hook=
Hook called before =winum-mode= starts assigning numbers. The list of
windows to be numbered is passed as a parameter. Use =winum--assign=
to manually assign some of them a number. If you want to assign a number to just
one buffer, use =winum-assign-func= instead.
Default: nil
- =winum-assign-func=
Function called for each window by =winum-mode=. This is called