mirror of https://codeberg.org/cage/tinmop/
- substituted . with $PWD when opening file explorer.
This commit is contained in:
parent
339afc6ee0
commit
6fd24dd441
|
@ -2416,8 +2416,9 @@ printed, on the main window."
|
|||
|
||||
(defun open-file-explorer (&optional (root "/"))
|
||||
(with-enqueued-process ()
|
||||
(filesystem-tree-window:init root)
|
||||
(focus-to-filesystem-explorer-window)))
|
||||
(let ((actual-root (fs:prepend-pwd root)))
|
||||
(filesystem-tree-window:init actual-root)
|
||||
(focus-to-filesystem-explorer-window))))
|
||||
|
||||
(defun file-explorer-expand-path ()
|
||||
(when-let* ((win *filesystem-explorer-window*)
|
||||
|
|
Loading…
Reference in New Issue