From 066d78c67fc72ffa17796995184d5950a40b0296 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 15 Oct 2015 14:23:50 -0700 Subject: [PATCH] change previous buffer to binding that is available in ansi-term --- dotfiles/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index e0641970..cf106733 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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")