emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/satchel c03aa54893 2/3: Use locate-user-emacs-file


From: ELPA Syncer
Subject: [elpa] externals/satchel c03aa54893 2/3: Use locate-user-emacs-file
Date: Tue, 22 Feb 2022 17:57:43 -0500 (EST)

branch: externals/satchel
commit c03aa54893623c9afab80cd67585fac1a9c2c3db
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]