From 0c6446bb979b43e7999980cda5a82dee1ac17d3f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 14 Oct 2015 11:13:03 -0700 Subject: [PATCH] binding for previous-buffer --- dotfiles/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 857bf6b6..417f6e2a 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -2119,6 +2119,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) (fset 'global-set-key-to-use-package (lambda (&optional arg) "Keyboard macro." (interactive "p")