chore: remove edits to package repositories
This was done because melpa (the only package repository that had to be added) is used by straight.el by default
This commit is contained in:
parent
5e01fa75a4
commit
9b57aa74de
5
init.el
5
init.el
|
@ -14,7 +14,6 @@
|
|||
|
||||
;; Add the melpa package repository and initialize package repositories
|
||||
(require 'package)
|
||||
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
|
||||
(package-initialize)
|
||||
|
||||
;; Straight.el bootstrap
|
||||
|
@ -65,6 +64,10 @@
|
|||
(setq auto-package-update-hide-results t)
|
||||
(auto-package-update-maybe))
|
||||
|
||||
;; Programming languages configuration
|
||||
;; Rust
|
||||
|
||||
|
||||
;; Custom variables set by user
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
|
|
Reference in a new issue