diff options
Diffstat (limited to 'custom/jao-custom-org.el')
| -rw-r--r-- | custom/jao-custom-org.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/custom/jao-custom-org.el b/custom/jao-custom-org.el index bf15f87..4021955 100644 --- a/custom/jao-custom-org.el +++ b/custom/jao-custom-org.el @@ -108,6 +108,11 @@ (window-parameters (mode-line-format . none)) (body-function . jao-org-agenda-hook))) +(add-to-list 'display-buffer-alist + '("inbox\\.org" + (display-buffer-reuse-window) + (window-parameters (mode-line-format . none)))) + ;;; Capture templates (setq org-capture-templates '(("t" "TODO" entry |
