binding for previous-buffer

This commit is contained in:
Ivan Malison 2015-10-14 11:13:03 -07:00
parent c663d3c213
commit 0c6446bb97

View File

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