aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-12-10 16:24:38 -0500
committerKyle Meyer <kyle@kyleam.com>2023-12-10 16:29:27 -0500
commit984cd484cd145929ffc7ea4116848ffadd2b1d81 (patch)
tree5c2e5d11c17412f510ca18a7b237bcda04ee468f
parent22770f9aad8c49847bd50b52a7317d1cc679406f (diff)
downloadannexview-984cd484cd145929ffc7ea4116848ffadd2b1d81.tar.gz
annexview-git-executable: Fix defcustom type
-rw-r--r--annexview.el2
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