Fix upgrade function

This commit is contained in:
David Morgan 2022-02-28 11:43:04 +00:00
parent 0f8a519ab7
commit 618b4a9a7d
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
(use-package epl
:config
;; TODO make a copy of the built-in check for system packages work instead
(defvar my/system-packages '("vterm"))
(defvar my/system-packages '(vterm))
(defun my/upgrade-packages ()
(interactive)
(epl-refresh)