diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-02-07 23:14:05 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-02-07 23:14:05 -0500 |
commit | 90179347406f972855ccb96a94bfa70f50469d76 (patch) | |
tree | 57de2c07ce20c0ec55bcbd9f22ea8f34c720c44b /bog.el | |
parent | dc7806b748effca4ea57a165df0fff33b1f83ef3 (diff) | |
download | bog-90179347406f972855ccb96a94bfa70f50469d76.tar.gz |
MNT: Make order of defcustom keywords consistent
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |