From 0e3495c888a976bdb5e40194cbdc9465e073a73e Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Thu, 2 May 2024 20:56:59 +0200 Subject: [PATCH] Replace tab with whitespace --- config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.el b/config.el index 6977549..9e8f784 100644 --- a/config.el +++ b/config.el @@ -459,7 +459,7 @@ (interactive) (let ((tem (dired-get-filename t t))) (if tem - (browse-url-of-file (concat "file://///wsl$/" + (browse-url-of-file (concat "file://///wsl$/" (getenv "WSL_DISTRO_NAME") (expand-file-name tem))) (error "No file on this line"))))