Move winum to ui/window-select module

And update its README
This commit is contained in:
Henrik Lissner 2019-05-09 21:39:16 -04:00
parent ca8202c224
commit c1b0ae6ac1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 42 additions and 29 deletions

View file

@ -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

View file

@ -5,5 +5,4 @@
(package! ace-link)
(unless (featurep! :editor evil)
(package! winum)
(package! expand-region))