aboutsummaryrefslogtreecommitdiff
path: root/hcel.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-23 16:45:36 +1000
committerYuchen Pei <hi@ypei.me>2022-09-23 16:45:36 +1000
commit1699e7873395703720c607a0254909aece16bae7 (patch)
tree5129ba34dfc33ee6c3f5e99e8a43b73ecdb3fccd /hcel.el
parentf73cbee6f83f948202d0ea3fb8775b49562295be (diff)
Separating out hcel-minor mode to avoid recursive requires
Diffstat (limited to 'hcel.el')
-rw-r--r--hcel.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcel.el b/hcel.el
index 43da466..885668d 100644
--- a/hcel.el
+++ b/hcel.el
@@ -26,6 +26,9 @@
;; You should have received a copy of the GNU Affero General Public
;; License along with hcel. If not, see <https://www.gnu.org/licenses/>.
+(require 'hcel-minor)
+(require 'hcel-outline)
+(require 'hcel-results)
(require 'hcel-source)
(require 'hcel-utils)