branch: externals/hyperbole
commit 679da10588a1c1bb953c9afa9bb33b5eae1568a1
Author: Bob Weiner <[email protected]>
Commit: Bob Weiner <[email protected]>
hib-social.el - Pluralize defgroup to 'hyperbole-buttons'
---
ChangeLog | 6 ++++++
hib-social.el | 25 +++++++++----------------
2 files changed, 15 insertions(+), 16 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6e06ce37a5..5b991816f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-07-02 Bob Weiner <[email protected]>
+
+* hib-social.el (hibtypes-social-default-service): Pluralize defgroup name to
+ 'hyperbole-buttons' to match other files. Remove duplicate unneeded
+ :group from each defcustom.
+
2023-07-01 Bob Weiner <[email protected]>
* hui.el (hui:link-possible-types): If in a .texi but not within a node, don't
diff --git a/hib-social.el b/hib-social.el
index 74c4bb1fd9..55d38d3531 100644
--- a/hib-social.el
+++ b/hib-social.el
@@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 20-Jul-16 at 22:41:34
-;; Last-Mod: 28-May-23 at 10:06:20 by Mats Lidell
+;; Last-Mod: 2-Jul-23 at 04:19:57 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
@@ -189,42 +189,35 @@
(const "gitlab")
(const "instagram")
(const "twitter"))
- :group 'hyperbole-button)
+ :group 'hyperbole-buttons)
(defcustom hibtypes-social-display-function #'browse-url
"Function of one arg, url, to display when activating a social media
reference."
- :type 'function
- :group 'hyperbole-button)
+ :type 'function)
(defcustom hibtypes-git-default-project nil
"Default project name to associate with any local git commit link."
- :type 'string
- :group 'hyperbole-button)
+ :type 'string)
(defcustom hibtypes-git-use-magit-flag nil
"Non-nil means use `magit' rather than `dired' for a git directory button."
- :type 'boolean
- :group 'hyperbole-button)
+ :type 'boolean)
(defcustom hibtypes-github-default-project nil
"Default project name to associate with any Github commit link."
- :type 'string
- :group 'hyperbole-button)
+ :type 'string)
(defcustom hibtypes-github-default-user nil
"Default user name to associate with any Github commit link."
- :type 'string
- :group 'hyperbole-button)
+ :type 'string)
(defcustom hibtypes-gitlab-default-project nil
"Default project name to associate with any Github commit link."
- :type 'string
- :group 'hyperbole-button)
+ :type 'string)
(defcustom hibtypes-gitlab-default-user nil
"Default user name to associate with any Github commit link."
- :type 'string
- :group 'hyperbole-button)
+ :type 'string)
;;; ************************************************************************
;;; Public declarations