org-mode: fix org-capture select-template popup (conflicted with shackle hack)

This commit is contained in:
Henrik Lissner 2017-01-03 20:42:41 -05:00
parent 77bb3b47b5
commit 77b1a93231

View file

@ -205,10 +205,11 @@
(display-buffer buffer-or-name))
(defun org-switch-to-buffer-other-window (&rest args)
(mapc (lambda (b)
(let ((buf (if (stringp b) (get-buffer-create b) b)))
(pop-to-buffer buf t t)))
args))
(car-safe
(mapc (lambda (b)
(let ((buf (if (stringp b) (get-buffer-create b) b)))
(pop-to-buffer buf t t)))
args)))
;; Taming Org-agenda!
(defun doom/org-agenda-quit ()