change previous buffer to binding that is available in ansi-term

This commit is contained in:
Ivan Malison 2015-10-15 14:23:50 -07:00
parent da0bab183a
commit 066d78c67f

View File

@ -2201,7 +2201,7 @@ window is active in the perspective."
(bind-key "M-|" 'imalison:shell-command-on-region)
(bind-key "C--" 'undo)
(bind-key "C-c 8" 'imalison:term)
(bind-key "C-c 6" 'previous-buffer)
(bind-key "C-x 9" 'previous-buffer)
(fset 'global-set-key-to-use-package
(lambda (&optional arg) "Keyboard macro." (interactive "p")