[Fix #664] Remove controversial other-window remapping
This also closes #656.
This commit is contained in:
parent
fca390003c
commit
01b36917f1
1 changed files with 1 additions and 2 deletions
|
@ -114,8 +114,7 @@
|
|||
(global-set-key (kbd "s-.") 'ace-jump-mode)
|
||||
(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)
|
||||
(global-set-key (kbd "s-w") 'ace-window)
|
||||
|
||||
(provide 'prelude-global-keybindings)
|
||||
|
||||
|
|
Loading…
Reference in a new issue