about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-08-30 16:14:41 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-08-30 16:14:41 +0100
commitc50c1544b3210610cd5ed8237f3880376b78829b (patch)
tree513e467e22dc649284d4403aa71d129ccc25ab1e /.emacs.d
parent05c45adfdeedb374b4d62f0205f7586ef7deef78 (diff)
downloaddotfiles-c50c1544b3210610cd5ed8237f3880376b78829b.tar.gz
Only load epl in batch mode
Diffstat (limited to '.emacs.d')
-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))