branch: externals/cursory
commit d4b372425c17312bfd6ffe112467972319a1e88a
Author: Philip Kaludercic <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Avoid overlong line when defining cursory-latest-state-file
---
cursory.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cursory.el b/cursory.el
index da1153d4b6..bd71d2f857 100644
--- a/cursory.el
+++ b/cursory.el
@@ -87,7 +87,8 @@ as the corresponding variable."
:group 'cursory
: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")
+(defcustom cursory-latest-state-file
+ (locate-user-emacs-file "cursory-latest-state")
"File to save the value of `cursory-set-preset'.
Saving is done by the `cursory-store-latest-preset' function."
:type 'file