Tweaking lisp stuff

This commit is contained in:
2024-07-20 15:39:20 -04:00
parent 726d4b1548
commit 42d08930e0
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
;; If you'd like to disable a package included with Doom, you can do so here
;; with the `:disable' property:
;(package! builtin-package :disable t)
(package! sly-quicklisp :disable t)
;; You can override the recipe of a built in package without having to specify
;; all the properties for `:recipe'. These will inherit the rest of its recipe

View File

@@ -89,7 +89,7 @@
# pkgs.rust-bin.stable."1.68.0".default
# pkgs.rust-bin.stable."1.68.0".rust-analyzer
# pkgs.rustup
pkgs.sbcl
(pkgs.sbcl.withPackages (ps: with ps; [ agnostic-lizard alexandria serapeum slynk ]))
# pkgs.source-code-pro
# pkgs.stack
pkgs.tokei