summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-02-07 23:14:05 -0500
committerKyle Meyer <kyle@kyleam.com>2014-02-07 23:14:05 -0500
commit90179347406f972855ccb96a94bfa70f50469d76 (patch)
tree57de2c07ce20c0ec55bcbd9f22ea8f34c720c44b /bog.el
parentdc7806b748effca4ea57a165df0fff33b1f83ef3 (diff)
downloadbog-90179347406f972855ccb96a94bfa70f50469d76.tar.gz
MNT: Make order of defcustom keywords consistent
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/bog.el b/bog.el
index 596a65b..19d2f63 100644
--- a/bog.el
+++ b/bog.el
@@ -45,8 +45,8 @@
By default, this matches any sequence of lower case
letters (allowing hyphenation) that is followed by 4 digits and
then lower case letters."
- :type 'string
- :group 'bog)
+ :group 'bog
+ :type 'string)
(defcustom bog-citekey-func 'bog-citekey-from-heading-title
"Function used to get citekey from study notes.
@@ -138,8 +138,8 @@ alternative is `ido-completing-read'."
"http://scholar.google.com/scholar?q=%s"
"URL to use for CITEKEY search.
It should contain the placeholder \"%s\" for the query."
- :type 'string
- :group 'bog)
+ :group 'bog
+ :type 'string)
;;; General utilities