aboutsummaryrefslogtreecommitdiffstats
path: root/core/core.el
diff options
context:
space:
mode:
Diffstat (limited to 'core/core.el')
-rw-r--r--core/core.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/core.el b/core/core.el
new file mode 100644
index 0000000..767ca63
--- /dev/null
+++ b/core/core.el
@@ -0,0 +1,5 @@
+;; -*- lexical-binding: t; -*-
+(require 'core-ui)
+(require 'core-basic)
+(require 'core-editing)
+(provide 'core)