mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-15 13:23:42 -05:00
org-mode: fix org-capture select-template popup (conflicted with shackle hack)
This commit is contained in:
@@ -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)
|
||||||
(mapc (lambda (b)
|
(car-safe
|
||||||
(let ((buf (if (stringp b) (get-buffer-create b) b)))
|
(mapc (lambda (b)
|
||||||
(pop-to-buffer buf t t)))
|
(let ((buf (if (stringp b) (get-buffer-create b) b)))
|
||||||
args))
|
(pop-to-buffer buf t t)))
|
||||||
|
args)))
|
||||||
|
|
||||||
;; Taming Org-agenda!
|
;; Taming Org-agenda!
|
||||||
(defun doom/org-agenda-quit ()
|
(defun doom/org-agenda-quit ()
|
||||||
|
Reference in New Issue
Block a user