aboutsummaryrefslogtreecommitdiff
path: root/hcel-haddorg.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-29 10:29:11 +1000
committerYuchen Pei <hi@ypei.me>2022-09-29 10:29:11 +1000
commitba93eaa07c02d1fe21c8b267f0e126ff1519a721 (patch)
treef19a5db3343d1f835072ec13a8a656b7a092baea /hcel-haddorg.el
parent5ffcae5617a76622fb02a9f979c5a720a51bff7d (diff)
get rid of clean byte compiling warnings
Diffstat (limited to 'hcel-haddorg.el')
-rw-r--r--hcel-haddorg.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/hcel-haddorg.el b/hcel-haddorg.el
index 90b0ce6..ea2a168 100644
--- a/hcel-haddorg.el
+++ b/hcel-haddorg.el
@@ -23,13 +23,15 @@
(require 'org)
(defcustom hcel-haddorg-dir "~/Projects/sedoc/haddock/org-output"
- "Directory of haddorg org files.")
+ "Directory of haddorg org files."
+ :group 'hcel :type '(string))
(defcustom hcel-haddorg-lax-version t
"If non-nil, match highest version if no exact match found.
Say we have ghc-8.6.5.org and ghc-9.2.2.org. If the definition
-is in ghc-8.10.1, hcel will attempt to look up in ghc-9.2.2.org.")
+is in ghc-8.10.1, hcel will attempt to look up in ghc-9.2.2.org."
+ :group 'hcel :type '(string))
(defun hcel-haddorg-to-hcel-definition ()
(interactive)