Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (defun bury-buffer-close-window ()
- "Bury the buffer, then close the window if it is the last one in
- the frame."
- (interactive)
- (bury-buffer)
- (safe-delete-window))
- (define-key global-map (kbd "C-c b c") #'bury-buffer-close-window)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement