[window-numbering] migrate to use-package

This commit is contained in:
contrapunctus 2021-07-25 20:55:49 +05:30
parent 0e1897c6f7
commit 73a2ce45f4
1 changed files with 2 additions and 2 deletions

View File

@ -2012,8 +2012,8 @@ Don't try to check if there are files with a certain extension...it will lead to
;; (setq win-switch-other-window-first nil)
;; ;(setq win-switch-other-window-first nil)
(require 'window-numbering)
(window-numbering-mode 1)
(use-package window-numbering
:init (window-numbering-mode 1))
(defun cp-maximize-window ()
"Run maximize-window if more than one window is present."