summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 1c4d8e7..3f85381 100644 --- a/init.el +++ b/init.el
@@ -16,6 +16,7 @@
16 16
17;;; Code: 17;;; Code:
18 18
19(require '_work)
19(require 'early-init (locate-user-emacs-file "early-init.el") t) 20(require 'early-init (locate-user-emacs-file "early-init.el") t)
20(require 'private) 21(require 'private)
21(setq debug-on-error t) 22(setq debug-on-error t)