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.