[Emacs] Fix find-org-files when in TRAMP connection

This commit is contained in:
Lucien Cartier-Tilet 2021-01-05 16:50:36 +01:00
parent dcb27e32d2
commit a40d7472a1
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -1369,7 +1369,7 @@ With this established, lets 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