Move winum to ui/window-select module
And update its README
This commit is contained in:
parent
ca8202c224
commit
c1b0ae6ac1
5 changed files with 42 additions and 29 deletions
|
@ -20,11 +20,6 @@
|
|||
(advice-add #'doom/escape :before #'doom*quit-expand-region))
|
||||
|
||||
|
||||
(def-package! winum
|
||||
:after-call (doom-switch-window-hook)
|
||||
:config (winum-mode +1))
|
||||
|
||||
|
||||
;;
|
||||
;;; Keybinds
|
||||
|
||||
|
|
|
@ -5,5 +5,4 @@
|
|||
(package! ace-link)
|
||||
|
||||
(unless (featurep! :editor evil)
|
||||
(package! winum)
|
||||
(package! expand-region))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue