diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 16:24:38 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 16:29:27 -0500 |
commit | 984cd484cd145929ffc7ea4116848ffadd2b1d81 (patch) | |
tree | 5c2e5d11c17412f510ca18a7b237bcda04ee468f | |
parent | 22770f9aad8c49847bd50b52a7317d1cc679406f (diff) | |
download | annexview-984cd484cd145929ffc7ea4116848ffadd2b1d81.tar.gz |
annexview-git-executable: Fix defcustom type
-rw-r--r-- | annexview.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/annexview.el b/annexview.el index 81a37fc..5f6d097 100644 --- a/annexview.el +++ b/annexview.el @@ -90,7 +90,7 @@ (if (boundp 'magit-git-executable) magit-git-executable "git") "Invoke git like this. And invoke git-annex by using \"annex\" as the subcommand." - :type 'stringp) + :type 'string) ;;; Metadata inspection |