branch: externals/cursory commit 7e55521bf496b1ac85b6581e513c1242aba1e91c Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use .eld for data file Thanks to Stefan Monnier for the suggestion over at the emacs-devel mailing list: <https://lists.gnu.org/archive/html/emacs-devel/2022-04/msg01096.html>. --- cursory.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursory.el b/cursory.el index e81eda0bce..71089016e1 100644 --- a/cursory.el +++ b/cursory.el @@ -88,7 +88,7 @@ as the corresponding variable." :type 'alist) ; FIXME 2022-04-15: Make this usable in the Custom UI (defcustom cursory-latest-state-file - (locate-user-emacs-file "cursory-latest-state") + (locate-user-emacs-file "cursory-latest-state.eld") "File to save the value of `cursory-set-preset'. Saving is done by the `cursory-store-latest-preset' function." :type 'file