[craftedv2beta] Why is crafted-config-var-directory
not included in v2?
#316
-
In crafted-emacs v1 we had |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I now see the diffs between the new (crafted-defaults--sensible-path crafted-config-var-directory
'savehist-file "history")
(crafted-defaults--sensible-path crafted-config-var-directory
'auto-save-list-file-prefix "auto-save-list/.saves-")
(with-eval-after-load 'saveplace
(crafted-defaults--sensible-path crafted-config-var-directory
'save-place-file "places"))
(with-eval-after-load 'bookmark
(crafted-defaults--sensible-path crafted-config-var-directory
'bookmark-default-file "bookmarks"))
(with-eval-after-load 'tramp
(crafted-defaults--sensible-path crafted-config-var-directory
'tramp-persistency-file-name
"tramp"))
(with-eval-after-load 'org-id
(crafted-defaults--sensible-path crafted-config-var-directory
'org-id-locations-file
"org-id-locations"))
(with-eval-after-load 'nsm
(crafted-defaults--sensible-path crafted-config-var-directory
'nsm-settings-file
"network-security.data"))
(with-eval-after-load 'project
(crafted-defaults--sensible-path crafted-config-var-directory
'project-list-file
"projects")) Why was this removed in v2? |
Beta Was this translation helpful? Give feedback.
-
No, there is no intention to bring this back. There is a package, however, which might be interesting to those who prefer configuration along those lines: please check out https://melpa.org/#/no-littering. The v1 solution was not as complete but ideas from this package in various places. This package is the better solution going forward. |
Beta Was this translation helpful? Give feedback.
No, there is no intention to bring this back. There is a package, however, which might be interesting to those who prefer configuration along those lines: please check out https://melpa.org/#/no-littering. The v1 solution was not as complete but ideas from this package in various places. This package is the better solution going forward.