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")