diff options
| author | bard <[email protected]> | 2024-05-23 10:06:18 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-05-23 10:06:18 -0400 |
| commit | c37ee5a1201c6394a87bd06ab2a2dbcc47f21150 (patch) | |
| tree | f627ec26e3f5251929e5671cef3872ef7f5fcc1b | |
| parent | 384dc0a82abf6547058dea229c02ec3f9e316270 (diff) | |
change package settings
| -rw-r--r-- | init.el | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -75,10 +75,9 @@ (add-to-list 'load-path "~/.emacs.d/elisp/") (require 'package) -(setq package-archives '(("org" . "https://orgmode.org/elpa/") - ("elpa" . "https://elpa.gnu.org/packages/") - ("nongnu" . "https://elpa.nongnu.org/nongnu/") - ("melpa" . "https://melpa.org/packages/"))) +(setq package-archives '(("elpa" . "https://elpa.gnu.org/packages/") + ("nongnu" . "https://elpa.nongnu.org/nongnu/") + ("melpa" . "https://melpa.org/packages/"))) (package-initialize) (unless package-archive-contents @@ -89,7 +88,6 @@ (package-install 'use-package)) (require 'use-package) -(setq use-package-always-ensure t) ;; Package cache (setq package-enable-at-startup t) |
