diff options
author | Case Duckworth | 2020-11-27 12:17:14 -0600 |
---|---|---|
committer | Case Duckworth | 2020-11-27 12:17:14 -0600 |
commit | 4ee18d3f972ad379b5bcbde2aaa26aaa6da6d7fe (patch) | |
tree | e8810b94c9c15503e97875bd37ba28d3c1ffbdf4 | |
parent | Merge branch 'master' of https://git.sr.ht/~acdw/.emacs.d (diff) | |
download | emacs-4ee18d3f972ad379b5bcbde2aaa26aaa6da6d7fe.tar.gz emacs-4ee18d3f972ad379b5bcbde2aaa26aaa6da6d7fe.zip |
Add comment
-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 () |