cp-nav.el - win-switch

emacs-init-time to open a session showing (only) the *Messages* buffer -
before - 12.8s
after  - 13.1s
This commit is contained in:
Kashish Sharma 2016-06-14 03:10:01 +05:30
parent d170ff547c
commit edf937eb91
1 changed files with 6 additions and 6 deletions

View File

@ -104,12 +104,12 @@
(,(kbd "U") ibuffer-unmark-all)))
(add-hook 'ibuffer-mode-hook 'ibuffer-set-filter-groups-by-mode))
(require 'win-switch)
(global-set-key "\C-xo" 'win-switch-dispatch)
(win-switch-setup-keys-ijkl)
(setq win-switch-idle-time 0.5)
(setq win-switch-other-window-first nil)
;(setq win-switch-other-window-first nil)
;; (require 'win-switch)
;; (global-set-key "\C-xo" 'win-switch-dispatch)
;; (win-switch-setup-keys-ijkl)
;; (setq win-switch-idle-time 0.5)
;; (setq win-switch-other-window-first nil)
;; ;(setq win-switch-other-window-first nil)
(require 'window-numbering)
(window-numbering-mode 1)