mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-15 11:09:29 +00:00
[emacs] Use https for package archives
This commit is contained in:
parent
481bc7de89
commit
1dd1aed1a3
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
(require 'package)
|
||||
(package-initialize)
|
||||
|
||||
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)
|
||||
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t)
|
||||
(add-to-list 'package-archives '("marmalade" . "http://marmalade-repo.org/packages/") t)
|
||||
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)
|
||||
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
|
||||
(add-to-list 'package-archives '("marmalade" . "https://marmalade-repo.org/packages/") t)
|
||||
|
||||
(setq straight-enable-use-package-integration nil)
|
||||
(setq straight-enable-package-integration nil)
|
||||
|
|
Loading…
Reference in a new issue