Add ace-window and use it as other-window replacement
This commit is contained in:
parent
3473350829
commit
97889cb77d
2 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,8 @@
|
|||
(global-set-key (kbd "C-c J") 'ace-jump-buffer)
|
||||
(global-set-key (kbd "s->") 'ace-jump-buffer)
|
||||
|
||||
(global-set-key [remap other-window] 'ace-window)
|
||||
|
||||
(provide 'prelude-global-keybindings)
|
||||
|
||||
;;; prelude-global-keybindings.el ends here
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
(defvar prelude-packages
|
||||
'(ace-jump-mode
|
||||
ace-jump-buffer
|
||||
ace-window
|
||||
ack-and-a-half
|
||||
anzu
|
||||
browse-kill-ring
|
||||
|
|
Loading…
Reference in a new issue