diff options
| author | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-15 09:43:38 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-15 09:43:38 +1000 |
| commit | 480c0b7256e133a41b460ac4d7e555d6ce7c1da7 (patch) | |
| tree | 93c9c727381ee3419318b403030eef5002c3917f /init.el | |
| parent | d3e3b4d438ebc0a8d10b462a527c4c1210490e0a (diff) | |
Fix Org agenda tab remapping
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
