summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-12-17 18:30:51 -0600
committerCase Duckworth2021-12-17 18:30:51 -0600
commit6f44682cd0984a3a6d307c78a2d0166c7cdd8b9c (patch)
tree91af949e832511df1504deb7c985383ea7d314e0
parentAdvise vertico (diff)
downloademacs-6f44682cd0984a3a6d307c78a2d0166c7cdd8b9c.tar.gz
emacs-6f44682cd0984a3a6d307c78a2d0166c7cdd8b9c.zip
Require work stuff
-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)