diff --git a/org/config/emacs.org b/org/config/emacs.org index 6fc3d69..24aa9c6 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -1369,7 +1369,7 @@ With this established, let’s write some emacs-lisp that will allow me to get a (s-split "\n" (mapconcat (lambda (path) (shell-command-to-string - (format "fd . %s -e org" path))) + (format "fd . %s -e org -c never" path))) phundrak/org-directories "\n"))))) #+END_SRC