Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.21 KB | None | 0 0
  1. (defun my/kill-bbdb-window ()
  2.   "Kill the BBDB window while reading email"
  3.   (interactive)
  4.   (with-current-buffer-window (get-buffer bbdb-buffer-name) nil nil
  5.     (quit-window nil (get-buffer bbdb-buffer-name))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement