From 9b57aa74dea5832d7cded85db26d36c3d451b593 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 8 Nov 2022 17:53:05 +0000 Subject: [PATCH] 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 --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 0c7788f..3e90499 100644 --- a/init.el +++ b/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.