Browse Source

Ignore package installed outside of packag.el

pull/15/head
10sr 8 years ago
parent
commit
4a3a797a01
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      emacs.el

+ 0
- 1
emacs.el View File

@@ -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))
)


Loading…
Cancel
Save