Replace tab with whitespace
This commit is contained in:
parent
bdd2da67e9
commit
0e3495c888
@ -459,7 +459,7 @@
|
|||||||
(interactive)
|
(interactive)
|
||||||
(let ((tem (dired-get-filename t t)))
|
(let ((tem (dired-get-filename t t)))
|
||||||
(if tem
|
(if tem
|
||||||
(browse-url-of-file (concat "file://///wsl$/"
|
(browse-url-of-file (concat "file://///wsl$/"
|
||||||
(getenv "WSL_DISTRO_NAME")
|
(getenv "WSL_DISTRO_NAME")
|
||||||
(expand-file-name tem)))
|
(expand-file-name tem)))
|
||||||
(error "No file on this line"))))
|
(error "No file on this line"))))
|
||||||
|
Loading…
Reference in New Issue
Block a user