From 83bd6a98d80180dc0e2a7b93d8362d82924ba5ab Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 5 Nov 2025 18:22:08 +0000 Subject: looks and nits --- custom/jao-custom-org.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'custom/jao-custom-org.el') 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 -- cgit v1.2.3