From 5e1c3722bed4ad0682167b080d5a8e42ca3ea2df Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 7 May 2022 16:10:27 -0400 Subject: [PATCH] * .emacs.d/init.el: Disable package version pinning for now. --- .emacs.d/init.el | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 97ad750..fdc7a33 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -99,7 +99,7 @@ ;;; whoami -(setq ;; user-full-name "bandali" +(setq user-full-name "Amin Bandali" user-mail-address "bandali@gnu.org") @@ -135,18 +135,18 @@ This sets each user option VAR's value to the corresponding VALUE. ;; (package-generate-description-file d "refinery-theme-pkg.el")) (run-with-idle-timer 0.01 nil #'require 'package) (with-eval-after-load 'package - (csetq - ;; package-archives - ;; `(,@package-archives - ;; ("bndl" . "https://p.bndl.org/elpa/")) - package-load-list - '(;; GNU ELPA - (debbugs "0.29") - (delight "1.7") - (emms "7.7") - (expand-region "0.11.0") - (rt-liberation "2.4") - (yasnippet "0.14.0"))) + ;; (csetq + ;; ;; package-archives + ;; ;; `(,@package-archives + ;; ;; ("bndl" . "https://p.bndl.org/elpa/")) + ;; package-load-list + ;; '(;; GNU ELPA + ;; (debbugs "0.29") + ;; (delight "1.7") + ;; (emms "7.7") + ;; (expand-region "0.11.0") + ;; (rt-liberation "2.4") + ;; (yasnippet "0.14.0"))) (package-initialize)) (csetq package-archive-upload-base "/ssh:caffeine:~/www/p/elpa") -- 2.20.1