From 84e394757a183ff5c6a19389684f77f54399918b Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 5 Jan 2024 23:02:43 -0700 Subject: Easier copy-pasting in x-windows, temporary url paste solution. --- .config/emacs/bd-shells.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/bd-shells.el') diff --git a/.config/emacs/bd-shells.el b/.config/emacs/bd-shells.el index c6e6722..9628c66 100644 --- a/.config/emacs/bd-shells.el +++ b/.config/emacs/bd-shells.el @@ -37,7 +37,7 @@ status, and path." ("C-q" . 'delete-window) ; mostly for side window ("" . completion-at-point)) :config - (eshell/addpath ~/Personal/scripts/) + (eshell/addpath "~/Personal/scripts/") :custom (eshell-prompt-function 'bd/eshell-prompt) (eshell-prompt-regexp "^> ") -- cgit v1.2.3