mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Somehow, a debugging print went unnoticed for a long time
This commit is contained in:
parent
162623fcba
commit
ad64fc3fb6
1
init.org
1
init.org
@ -224,7 +224,6 @@
|
|||||||
(push 'exec-path-from-shell packages)
|
(push 'exec-path-from-shell packages)
|
||||||
(push 'reveal-in-osx-finder packages))
|
(push 'reveal-in-osx-finder packages))
|
||||||
(let ((packages (seq-remove 'package-installed-p packages)))
|
(let ((packages (seq-remove 'package-installed-p packages)))
|
||||||
(print packages)
|
|
||||||
(when packages
|
(when packages
|
||||||
;; Install uninstalled packages
|
;; Install uninstalled packages
|
||||||
(package-refresh-contents)
|
(package-refresh-contents)
|
||||||
|
Loading…
Reference in New Issue
Block a user