Skip to content

Commit

Permalink
tweak(lisp): limit geiser scheme implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 11, 2023
1 parent 1017235 commit b28be92
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions modules/me-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -92,33 +92,15 @@
(use-package geiser-chez
:straight t)

(use-package geiser-chibi
:straight t)

(use-package geiser-chicken
:straight t)

(use-package geiser-gambit
:straight t)

(use-package geiser-gauche
:straight t)

(use-package geiser-guile
:straight t)

(use-package geiser-kawa
:straight t)

(use-package geiser-mit
:straight t)

(use-package geiser-racket
:straight t)

(use-package geiser-stklos
:straight t)

;; Clojure
(use-package clojure-mode
:straight t)
Expand Down

0 comments on commit b28be92

Please sign in to comment.