feat(emacs): Org agenda

This commit is contained in:
Madeleine Sydney
2025-02-17 22:09:51 -07:00
parent e730599357
commit 91b94d911f
3 changed files with 90 additions and 13 deletions

View File

@@ -184,6 +184,8 @@
"C-d" #'syd-eshell-C-d)
(:keymaps 'eshell-mode-map
:states '(normal insert)
"[ [" #'eshell-previous-prompt
"] ]" #'eshell-next-prompt
"C-j" #'eshell-next-matching-input-from-input
"C-k" #'eshell-previous-matching-input-from-input)