core-popups: handle org-export-dispatch popup
This commit is contained in:
parent
0f187321a3
commit
c1db7f56ec
1 changed files with 2 additions and 0 deletions
|
@ -377,6 +377,7 @@ the command buffer."
|
||||||
'("*Org Note*" :size 10)
|
'("*Org Note*" :size 10)
|
||||||
'("*Org Select*" :size 20 :noselect t)
|
'("*Org Select*" :size 20 :noselect t)
|
||||||
'("*Org Links*" :size 5 :noselect t)
|
'("*Org Links*" :size 5 :noselect t)
|
||||||
|
'("*Org Export Dispatcher*" :noselect t)
|
||||||
'(" *Agenda Commands*" :noselect t)
|
'(" *Agenda Commands*" :noselect t)
|
||||||
'("^\\*Org Agenda" :regexp t :size 30)
|
'("^\\*Org Agenda" :regexp t :size 30)
|
||||||
'("*Org Clock*" :noselect t)
|
'("*Org Clock*" :noselect t)
|
||||||
|
@ -397,6 +398,7 @@ the command buffer."
|
||||||
(advice-add 'org-capture-place-template :around #'doom*suppress-delete-other-windows)
|
(advice-add 'org-capture-place-template :around #'doom*suppress-delete-other-windows)
|
||||||
(advice-add 'org-agenda :around #'doom*suppress-delete-other-windows)
|
(advice-add 'org-agenda :around #'doom*suppress-delete-other-windows)
|
||||||
(advice-add 'org-add-log-note :around #'doom*suppress-delete-other-windows)
|
(advice-add 'org-add-log-note :around #'doom*suppress-delete-other-windows)
|
||||||
|
(advice-add 'org-export--dispatch-ui :around #'doom*suppress-delete-other-windows)
|
||||||
|
|
||||||
;; Tell org-src-edit to open another window, which shackle can intercept.
|
;; Tell org-src-edit to open another window, which shackle can intercept.
|
||||||
(setq org-src-window-setup 'other-window)
|
(setq org-src-window-setup 'other-window)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue