cleaning up code

should be able to bootstrap from scratch.

the problem child right now is go-mode.
This commit is contained in:
2025-04-11 09:02:39 -07:00
parent bbd0d92f12
commit eddc04b224
2 changed files with 11 additions and 41 deletions

View File

@@ -8,15 +8,10 @@
(let ((initial-package-list
'(auto-complete
c-eldoc
cargo
cider
ellama
elpy
exec-path-from-shell
geiser
go ;; play the game
go-autocomplete
go-direx
go-guru
go-mode
gruvbox-theme
;; irfc
@@ -33,10 +28,10 @@
paredit
pelican-mode
projectile
racket-mode
rust-mode
scpaste
slime
undo-tree)))
(when (executable-find "racket")
(setf initial-package-list (append initial-package-list '(racket-mode))))
(dolist (package initial-package-list)
(ensure-package package)))