aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el
index cf6b75bd4..eab444d00 100644
--- a/init.el
+++ b/init.el
@@ -153,7 +153,10 @@
;; ------------------------------- Entertainment -------------------------------
(require 'music-config)
-(require 'games-config)
+;; games-config: deferred (load-graph Phase 4). malyon / 2048-game autoload the
+;; module, so it loads on first use instead of at startup.
+(autoload 'malyon "games-config" "Play interactive fiction; loads games-config." t)
+(autoload '2048-game "games-config" "Play 2048; loads games-config." t)
;; ------------------------------- Misc Modules --------------------------------