Created
April 15, 2013 18:10
-
-
Save etscrivner/5390062 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun restore-last-buffer () | |
(interactive) | |
(set-buffer (last-buffer))) | |
(global-set-key (kbd "<s-wheel-up>") 'bury-buffer) | |
(global-set-key (kbd "<s-wheel-down>") 'restore-last-buffer) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment