diff --git a/emacs.el b/emacs.el index a227303..b1868ff 100644 --- a/emacs.el +++ b/emacs.el @@ -170,7 +170,6 @@ found, otherwise returns nil." (package-refresh-contents) (mapc (lambda (pkg) (or (package-installed-p pkg) - (locate-library (symbol-name pkg)) (package-install pkg))) 10sr-package-list)) )