Added Emacs show agenda
This commit is contained in:
3
emacs-agenda.sh
Executable file
3
emacs-agenda.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
emacsclient --eval '(load "/home/anne/.emacs.d/show-agenda.el")' -n -c
|
||||
4
show-agenda.el
Normal file
4
show-agenda.el
Normal file
@@ -0,0 +1,4 @@
|
||||
(org-agenda nil "d")
|
||||
(delete-other-windows)
|
||||
(treemacs)
|
||||
(windmove-right)
|
||||
Reference in New Issue
Block a user