dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 36e9c8c26bc08fda570601b0cbf417bbe8a032f0
parent f1a395fc5fecfff2de821544820ac543cf0759b4
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 25 Apr 2022 22:18:29 +0200

emacs: search extra org files

Diffstat:
Memacs/config.org | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -317,6 +317,12 @@ Which files should be included in the agenda (I have to use ~list~ to evaluate t za/org-life-tickler)) #+end_src +I want to search all files in the life directory: + +#+begin_src emacs-lisp + (setq org-agenda-text-search-extra-files (directory-files za/org-life-dir t (rx bol (not ?.) (* anything)))) +#+end_src + Convenience functions to make opening the main file faster: #+begin_src emacs-lisp