diff options
| author | jao <jao@gnu.org> | 2025-11-05 18:22:08 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-05 18:22:31 +0000 |
| commit | 83bd6a98d80180dc0e2a7b93d8362d82924ba5ab (patch) | |
| tree | 1e17e2ce8073e9d1ad7bacc12eeb4852918b929d /custom/jao-custom-org.el | |
| parent | b973591d73eb76a2e95c6175a0af15b5f11e82c4 (diff) | |
| download | elibs-83bd6a98d80180dc0e2a7b93d8362d82924ba5ab.tar.gz elibs-83bd6a98d80180dc0e2a7b93d8362d82924ba5ab.tar.bz2 | |
looks and nits
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 |
