This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Ignore package installed outside of packag.el
pull/15/head
10sr
8 years ago
parent
0c81851981
commit
4a3a797a01
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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))
)
Write
Preview
Loading…
Cancel
Save