1
0

Added Emacs show agenda

This commit is contained in:
2025-03-18 15:19:11 +01:00
parent 2986e0145e
commit 4fe9f6a043
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
emacsclient --eval '(load "/home/anne/.emacs.d/show-agenda.el")' -n -c
+4
View File
@@ -0,0 +1,4 @@
(org-agenda nil "d")
(delete-other-windows)
(treemacs)
(windmove-right)