From 1e2ceb47edbb2964119c9dc00097cce32e526ebb Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 21 Dec 2020 22:54:21 -0600 Subject: Configure org-agenda (begin) --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 0381d19..2170f56 100644 --- a/config.org +++ b/config.org @@ -1071,6 +1071,16 @@ I’ve put org mode under Applications, as opposed to Writing, because it’s m (require 'ox-md)) #+end_src +*** Org Agenda + +#+begin_src emacs-lisp + (cuss org-agenda-files (no-littering-expand-etc-file-name "agenda-files")) + + (if (and (stringp org-agenda-files) + (not (file-exists-p org-agenda-files))) + (with-temp-buffer (write-file org-agenda-files))) +#+end_src + *** Make bullets look like bullets #+begin_src emacs-lisp -- cgit 1.4.1-21-gabe81