From 95100fa3c933f6b00519baa3c7073b882a1b4603 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 9 Feb 2018 16:11:02 -0600 Subject: File issue using Magithub if available --- sx.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sx.el b/sx.el index 14d5fce..66beeaa 100644 --- a/sx.el +++ b/sx.el @@ -48,7 +48,9 @@ (defun sx-bug-report () "File a bug report about the `sx' package." (interactive) - (browse-url "https://github.com/vermiculus/sx.el/issues/new")) + (if (featurep 'magithub) + (magithub-issue-new (magithub-repo "vermiculus/sx.el")) + (browse-url "https://github.com/vermiculus/sx.el/issues/new"))) ;;; Site -- cgit v1.2.3