diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index 7b5de4e..fe21ff7 100644 --- a/config.org +++ b/config.org | |||
@@ -76,6 +76,7 @@ It's highly likely that the WTFPL is completely incompatible with the GPL, for w | |||
76 | (when (equal (buffer-file-name) | 76 | (when (equal (buffer-file-name) |
77 | (expand-file-name | 77 | (expand-file-name |
78 | (concat user-emacs-directory "config.org"))) | 78 | (concat user-emacs-directory "config.org"))) |
79 | ;; Tangle and load init.el and early-init.el | ||
79 | (require 'async) | 80 | (require 'async) |
80 | (async-start | 81 | (async-start |
81 | (lambda () | 82 | (lambda () |