branch: externals/satchel commit c03aa54893623c9afab80cd67585fac1a9c2c3db Author: Theodor Thornhill <t...@thornhill.no> Commit: Theodor Thornhill <t...@thornhill.no>
Use locate-user-emacs-file --- satchel.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/satchel.el b/satchel.el index cef792af15..5eae7a3674 100644 --- a/satchel.el +++ b/satchel.el @@ -48,8 +48,7 @@ :group 'tools) (defcustom satchel-directory - ;; FIXME: Use `locate-user-emacs-file'? - (concat user-emacs-directory ".local/satchel/") + (locate-user-emacs-file ".local/satchel/") "Where the satchels will be saved." :type 'string)