diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-02-25 15:06:51 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-02-25 15:06:51 -0600 |
commit | 551e4a1653b3e1c367bc4b1269371050fdc0935a (patch) | |
tree | 3ddcde7fa531255772f573f8907379da72b6a00b | |
parent | 743c183d9d3a516126ce251639a6bd261928f6c2 (diff) |
system changes
-rw-r--r-- | common/.config/emacs/init.el.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 59f5991..f76c667 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -44,7 +44,6 @@ Bootstrap package management. I use =elpaca= with =use-package= to allow asynchr (add-hook 'after-init-hook #'elpaca-process-queues) (elpaca `(,@elpaca-order)) - (elpaca-wait) (setq use-package-always-ensure t) (elpaca elpaca-use-package |