branch: externals/jarchive
commit 2c182b3cf92ceb4d11cd9367a353c95a48ebc243
Author: dannyfreeman <[email protected]>
Commit: dannyfreeman <[email protected]>
Make setup function interactive for convenience
---
jarchive.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/jarchive.el b/jarchive.el
index 44820ba314..d0599e9b41 100644
--- a/jarchive.el
+++ b/jarchive.el
@@ -55,6 +55,7 @@ provided when calling OP."
(defun jarchive-setup ()
+ (interactive)
(add-to-list 'file-name-handler-alist (cons jarchive--hybrid-path-regex
#'jarchive--file-name-handler)))
;; Temporary, for testing