Compare commits

..

2 Commits

Author SHA1 Message Date
6f97d47794 Add .gitignore 2026-03-03 11:04:26 +07:00
b959a0163b Use HTTPS for melpa.org 2026-03-03 10:52:42 +07:00
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored Normal file
View File

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

View File

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