[Emacs] Fix find-org-files when in TRAMP connection
This commit is contained in:
parent
dcb27e32d2
commit
a40d7472a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user