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:
Muhammad Nauman Raza 2022-11-08 17:53:05 +00:00
parent 5e01fa75a4
commit 9b57aa74de
No known key found for this signature in database
GPG key ID: A9A36C429C9CAE31

View file

@ -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.