summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@szymonszukalski.com>2026-04-15 09:43:38 +1000
committerSzymon Szukalski <szymon@szymonszukalski.com>2026-04-15 09:43:38 +1000
commit480c0b7256e133a41b460ac4d7e555d6ce7c1da7 (patch)
tree93c9c727381ee3419318b403030eef5002c3917f /init.el
parentd3e3b4d438ebc0a8d10b462a527c4c1210490e0a (diff)
Fix Org agenda tab remapping
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 586fac2..8dc22a6 100644
--- a/init.el
+++ b/init.el
@@ -991,6 +991,8 @@
(with-eval-after-load 'org-agenda
(define-key org-agenda-mode-map (kbd "TAB")
+ #'org-agenda-tree-to-indirect-buffer)
+ (define-key org-agenda-mode-map (kbd "<tab>")
#'org-agenda-tree-to-indirect-buffer))
(add-hook 'org-capture-mode-hook