summaryrefslogtreecommitdiff
path: root/.config/emacs/bd-shells.el
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2024-01-05 23:02:43 -0700
committerbd <bdunahu@gmail.com>2024-01-05 23:02:43 -0700
commit84e394757a183ff5c6a19389684f77f54399918b (patch)
tree4b18161b08e75823fbe49a1e56d3b06ba3f5646a /.config/emacs/bd-shells.el
parent1e4a002f480925683ce0aedf39adf42cfc60381a (diff)
Easier copy-pasting in x-windows, temporary url paste solution.
Diffstat (limited to '.config/emacs/bd-shells.el')
-rw-r--r--.config/emacs/bd-shells.el2
1 files changed, 1 insertions, 1 deletions
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
("<tab>" . completion-at-point))
:config
- (eshell/addpath ~/Personal/scripts/)
+ (eshell/addpath "~/Personal/scripts/")
:custom
(eshell-prompt-function 'bd/eshell-prompt)
(eshell-prompt-regexp "^> ")