Somehow, a debugging print went unnoticed for a long time

This commit is contained in:
larstvei 2021-02-20 15:07:11 +01:00
parent 162623fcba
commit ad64fc3fb6

View File

@ -224,7 +224,6 @@
(push 'exec-path-from-shell packages)
(push 'reveal-in-osx-finder packages))
(let ((packages (seq-remove 'package-installed-p packages)))
(print packages)
(when packages
;; Install uninstalled packages
(package-refresh-contents)