Skip to content

Commit

Permalink
Remove timeout for switch-window
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Purcell committed Jul 30, 2015
1 parent eea0b1a commit 640ba4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/init-windows.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
;; Make "C-x o" prompt for a target window when there are more than 2
(require-package 'switch-window)
(require 'switch-window)
(setq switch-window-shortcut-style 'alphabet)
(setq-default switch-window-shortcut-style 'alphabet)
(setq-default switch-window-timeout nil)
(global-set-key (kbd "C-x o") 'switch-window)


Expand Down

0 comments on commit 640ba4b

Please sign in to comment.