From eae7419bd1398991ed91c317ccffc32781510e5d Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 27 Feb 2021 02:07:41 +0800 Subject: Further adjustments to eshell and elfeed. * elfeed-conf.el (durand-eshell-download-sentinel): (durand-elfeed-download-video): (elfeed-search-mode-map): (elfeed-show-mode-map): Add the ability to conveniently download videos. * eshell-conf.el (eshell/mark): Quote the shell argument properly. --- eshell-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eshell-conf.el') diff --git a/eshell-conf.el b/eshell-conf.el index a1bdf68..6bb255a 100644 --- a/eshell-conf.el +++ b/eshell-conf.el @@ -73,7 +73,7 @@ directory is used." (directory-file-name (file-name-directory default-directory)))))) (eshell-command-result - (format "ln -sf %s %s" + (format "ln -sf \"%s\" \"%s\"" default-directory (expand-file-name args eshell-mark-directory)))) ;;;###autoload -- cgit v1.2.3-18-g5258