diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-08-30 16:14:41 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-08-30 16:14:41 +0100 |
commit | c50c1544b3210610cd5ed8237f3880376b78829b (patch) | |
tree | 513e467e22dc649284d4403aa71d129ccc25ab1e | |
parent | 05c45adfdeedb374b4d62f0205f7586ef7deef78 (diff) | |
download | dotfiles-c50c1544b3210610cd5ed8237f3880376b78829b.tar.gz |
Only load epl in batch mode
-rw-r--r-- | .emacs.d/lisp/init-packages.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-packages.el b/.emacs.d/lisp/init-packages.el index 4898af5..8455f2d 100644 --- a/.emacs.d/lisp/init-packages.el +++ b/.emacs.d/lisp/init-packages.el @@ -29,6 +29,8 @@ (use-package diminish) (use-package epl + :if noninteractive + :demand t :config ;; TODO make a copy of the built-in check for system packages work instead (defvar my/system-packages '(vterm)) |