aboutsummaryrefslogtreecommitdiff
path: root/hcel.el
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 /hcel.el
parent1b0817abd54e4ff050240bee47b28e66e843eb66 (diff)
adding "foo ends here", and provide hcel instead of hc
Diffstat (limited to 'hcel.el')
-rw-r--r--hcel.el2
1 files changed, 1 insertions, 1 deletions
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.