[emacs] change the way package archives work

I don't think I need the https workaround anymore, but also I don't
run windows anymore, so.
This commit is contained in:
John Doty 2026-03-11 12:36:43 +00:00
parent 1befed740d
commit 7df30b6e67
2 changed files with 10 additions and 11 deletions

View file

@ -63,7 +63,14 @@
'(org-odd-levels-only t)
'(org-todo-keywords '((sequence "TODO" "|" "DONE" "ABANDONED" "DEFERRED")))
'(package-check-signature nil)
'(package-selected-packages '(claudemacs))
'(package-selected-packages
'(adaptive-wrap add-node-modules-path bazel blacken claudemacs clipetty
clojure-mode company dap-mode deadgrep doom-themes
earthfile-mode eglot-java filladapt fish-mode flycheck-elm
go-mode howm ink-mode jsonnet-mode magit poly-markdown
prettier-js protobuf-mode ron-mode rust-mode scala-ts-mode
sql-indent swift-mode terraform-mode typescript-mode
wgsl-mode xterm-color zig-mode))
'(package-vc-selected-packages '((claudemacs :url "https://github.com/cpoile/claudemacs")))
'(reb-re-syntax 'string)
'(rmail-mail-new-frame t)