Merge pull request #1133 from ztlevi/treemacs

ui/treemacs: fix for cache path concatenation
This commit is contained in:
Henrik Lissner 2019-01-25 01:12:13 -05:00 committed by GitHub
commit 9b071f931a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,8 @@
treemacs-show-hidden-files t
treemacs-goto-tag-strategy 'refetch-index
treemacs-display-in-side-window t
treemacs-persist-file (concat doom-cache-dir "treemacs-persist"))
treemacs-persist-file (concat doom-cache-dir "treemacs-persist")
treemacs--last-error-persist-file (concat doom-cache-dir "treemacs-persist-at-last-error"))
(after! treemacs