Skip to content

Commit

Permalink
chore: Add a message when scanning for new agenda files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Feb 2, 2024
1 parent 5851e01 commit 6fdb5d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spacemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ E.g. when visiting a soft/hard link.
#+BEGIN_SRC emacs-lisp :tangle user-config.el
(defun scan-new-agenda-files ()
(interactive)
(message "Scanning new agenda files...")
(setq org-agenda-files (directory-files-recursively "~/org/" "\.org$" nil nil t)))

(with-eval-after-load 'org-agenda
Expand Down

0 comments on commit 6fdb5d3

Please sign in to comment.