File tree 2 files changed +4
-4
lines changed
+distribution/spacemacs-base
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -289,9 +289,7 @@ nil."
289
289
eval-expression-print-level nil )
290
290
291
291
; ; cache files
292
- (setq url-configuration-directory (concat spacemacs-cache-directory " url" )
293
- eshell-directory-name (concat spacemacs-cache-directory " eshell" )
294
- tramp-persistency-file-name (concat spacemacs-cache-directory " tramp" ))
292
+ (setq tramp-persistency-file-name (concat spacemacs-cache-directory " tramp/" ))
295
293
296
294
; ; seems pointless to warn. There's always undo.
297
295
(put 'narrow-to-region 'disabled nil )
Original file line number Diff line number Diff line change @@ -69,7 +69,9 @@ the user activate the completion manually."
69
69
; ; my prompt is easy enough to see
70
70
eshell-highlight-prompt nil
71
71
; ; treat 'echo' like shell echo
72
- eshell-plain-echo-behavior t )
72
+ eshell-plain-echo-behavior t
73
+ ; ; cache directory
74
+ eshell-directory-name (concat spacemacs-cache-directory " eshell/" ))
73
75
74
76
(defun spacemacs//eshell-auto-end ()
75
77
" Move point to end of current prompt when switching to insert state."
You can’t perform that action at this time.
0 commit comments