about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/lisp/init-packages.el2
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))