Compare commits

..

No commits in common. "6f97d4779431524f168832c365f224f68f8e0b72" and "b4282668e2e1fed962fcd99c54f6915201bb849c" have entirely different histories.

2 changed files with 1 additions and 7 deletions

6
.gitignore vendored
View File

@ -1,6 +0,0 @@
.backup/
.cache/
auto-save-list/
elpa/
projects.eld
.mc-lists.el

View File

@ -3,7 +3,7 @@
(package-initialize) (package-initialize)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
(unless (package-installed-p 'use-package) (unless (package-installed-p 'use-package)
(package-install 'use-package)) (package-install 'use-package))