Tweaking lisp stuff
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
;; If you'd like to disable a package included with Doom, you can do so here
|
;; If you'd like to disable a package included with Doom, you can do so here
|
||||||
;; with the `:disable' property:
|
;; with the `:disable' property:
|
||||||
;(package! builtin-package :disable t)
|
;(package! builtin-package :disable t)
|
||||||
|
(package! sly-quicklisp :disable t)
|
||||||
|
|
||||||
;; You can override the recipe of a built in package without having to specify
|
;; 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
|
;; all the properties for `:recipe'. These will inherit the rest of its recipe
|
||||||
|
|||||||
@@ -89,7 +89,7 @@
|
|||||||
# pkgs.rust-bin.stable."1.68.0".default
|
# pkgs.rust-bin.stable."1.68.0".default
|
||||||
# pkgs.rust-bin.stable."1.68.0".rust-analyzer
|
# pkgs.rust-bin.stable."1.68.0".rust-analyzer
|
||||||
# pkgs.rustup
|
# pkgs.rustup
|
||||||
pkgs.sbcl
|
(pkgs.sbcl.withPackages (ps: with ps; [ agnostic-lizard alexandria serapeum slynk ]))
|
||||||
# pkgs.source-code-pro
|
# pkgs.source-code-pro
|
||||||
# pkgs.stack
|
# pkgs.stack
|
||||||
pkgs.tokei
|
pkgs.tokei
|
||||||
|
|||||||
Reference in New Issue
Block a user