org-mode: fix org-capture select-template popup (conflicted with shackle hack)
This commit is contained in:
parent
77bb3b47b5
commit
77b1a93231
1 changed files with 5 additions and 4 deletions
|
@ -205,10 +205,11 @@
|
||||||
(display-buffer buffer-or-name))
|
(display-buffer buffer-or-name))
|
||||||
|
|
||||||
(defun org-switch-to-buffer-other-window (&rest args)
|
(defun org-switch-to-buffer-other-window (&rest args)
|
||||||
|
(car-safe
|
||||||
(mapc (lambda (b)
|
(mapc (lambda (b)
|
||||||
(let ((buf (if (stringp b) (get-buffer-create b) b)))
|
(let ((buf (if (stringp b) (get-buffer-create b) b)))
|
||||||
(pop-to-buffer buf t t)))
|
(pop-to-buffer buf t t)))
|
||||||
args))
|
args)))
|
||||||
|
|
||||||
;; Taming Org-agenda!
|
;; Taming Org-agenda!
|
||||||
(defun doom/org-agenda-quit ()
|
(defun doom/org-agenda-quit ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue