diff options
author | Yuchen Pei <hi@ypei.me> | 2022-09-21 13:48:04 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-09-21 13:48:04 +1000 |
commit | 8e23867beeaa4f6b786fd6a046ba52fe5d38df67 (patch) | |
tree | a098725805b0d38344c67ba3a65a007cfba0bc2c /hcel-source.el | |
parent | 1b0817abd54e4ff050240bee47b28e66e843eb66 (diff) |
adding "foo ends here", and provide hcel instead of hc
Diffstat (limited to 'hcel-source.el')
-rw-r--r-- | hcel-source.el | 1 |
1 files changed, 1 insertions, 0 deletions
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. |