Merge pull request #4 from swflint/patch-1

Use locate-user-emacs-file
This commit is contained in:
Pavel Korytov 2021-11-10 13:39:12 +03:00 committed by GitHub
commit 45843a9c99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@
:type 'string)
(defcustom pomm-state-file-location
(concat user-emacs-directory "pomm")
(locate-user-emacs-file "pomm")
"Location of the pomm state file."
:group 'pomm
:type 'string)