aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-21 13:48:04 +1000
committerYuchen Pei <hi@ypei.me>2022-09-21 13:48:04 +1000
commit8e23867beeaa4f6b786fd6a046ba52fe5d38df67 (patch)
treea098725805b0d38344c67ba3a65a007cfba0bc2c
parent1b0817abd54e4ff050240bee47b28e66e843eb66 (diff)
adding "foo ends here", and provide hcel instead of hc
-rw-r--r--hcel-haddorg.el1
-rw-r--r--hcel-outline.el1
-rw-r--r--hcel-results.el1
-rw-r--r--hcel-source.el1
-rw-r--r--hcel-utils.el1
-rw-r--r--hcel.el2
6 files changed, 6 insertions, 1 deletions
diff --git a/hcel-haddorg.el b/hcel-haddorg.el
index be97e42..d3aa016 100644
--- a/hcel-haddorg.el
+++ b/hcel-haddorg.el
@@ -44,3 +44,4 @@
package-id "lib" module-name entity name))))))
(provide 'hcel-haddorg)
+;;; hcel-haddorg.el ends here.
diff --git a/hcel-outline.el b/hcel-outline.el
index 78aad54..4cfa6ce 100644
--- a/hcel-outline.el
+++ b/hcel-outline.el
@@ -215,3 +215,4 @@ update in the outline mode too."
#'hcel-outline-open-thing-at-point-other-window t)))
(provide 'hcel-outline)
+;;; hcel-outline.el ends here.
diff --git a/hcel-results.el b/hcel-results.el
index ff19d26..8e5091c 100644
--- a/hcel-results.el
+++ b/hcel-results.el
@@ -397,3 +397,4 @@ Start by choosing a package."
(define-key hcel-mode-map "i" #'hcel-package-ids)
(provide 'hcel-results)
+;;; hcel-results.el ends here.
diff --git a/hcel-source.el b/hcel-source.el
index 2d51672..ee42346 100644
--- a/hcel-source.el
+++ b/hcel-source.el
@@ -512,3 +512,4 @@ If NO-JUMP is non-nil, just open the source and does not jump to the location wi
(setq-local eldoc-documentation-strategy 'eldoc-documentation-compose))))
(provide 'hcel-source)
+;;; hcel-source.el ends here.
diff --git a/hcel-utils.el b/hcel-utils.el
index 1e1afea..686da8d 100644
--- a/hcel-utils.el
+++ b/hcel-utils.el
@@ -173,3 +173,4 @@ Example of an idSrcSpan:
(get-text-property (1- (point)) prop)))
(provide 'hcel-utils)
+;;; hcel-utils.el ends here.
diff --git a/hcel.el b/hcel.el
index bdfe65c..d8dfe6e 100644
--- a/hcel.el
+++ b/hcel.el
@@ -56,5 +56,5 @@
(switch-to-buffer
(hcel-load-module-source package-id module-path))))
-(provide 'hc)
+(provide 'hcel)
;;; hcel.el ends here.