1
0
Fork 0

[oni-package] Clear package archives so that I can't use them

This commit is contained in:
Tom Willemse 2023-06-13 18:56:58 -07:00
parent e0ec6bfab6
commit 9d50b486ac

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2022.0323.191305 ;; Version: 2023.0613.184755
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by ;; it under the terms of the GNU General Public License as published by
@ -47,35 +47,11 @@
;;;###autoload ;;;###autoload
(setq package-enable-at-startup nil) (setq package-enable-at-startup nil)
;;;###autoload (add-hook 'after-init-hook 'package-initialize) ;;; Disable any package archives to make sure that I can't install any packages
;;; through ELPA. I use Guix and should install packages through there.
;; From: https://github.com/nekifirus/.emacs.d#packages-setup
;;;###autoload ;;;###autoload
(add-to-list 'package-archives (setq package-archives nil)
'("nongnu" . "https://elpa.nongnu.org/nongnu/"))
;;;###autoload
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/"))
;;;###autoload
(add-to-list 'package-archives
'("oni" . "https://ryuslash.org/elpa/"))
;;;###autoload
(add-to-list 'package-archives
'("vc-p4" . "https://ryuslash.gitlab.io/vc-p4/"))
;;;###autoload
(add-to-list 'package-archives
'("circe-serenity" . "https://ryuslash.gitlab.io/circe-serenity/"))
;;;###autoload
(add-to-list 'package-archives
'("org-azure-devops" . "https://ryuslash.gitlab.io/org-azure-devops/"))
;;;###autoload
(add-to-list 'package-archives
'("tekuti-el" . "https://ryuslash.srht.site/tekuti-el/elpa/"))
(setq package-update-news-on-upload t) (setq package-update-news-on-upload t)