From 90179347406f972855ccb96a94bfa70f50469d76 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 7 Feb 2014 23:14:05 -0500 Subject: MNT: Make order of defcustom keywords consistent --- bog.el | 8 ++++---- 1 file 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 -- cgit v1.2.3