aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index 57aac67..c43a952 100644
--- a/init.el
+++ b/init.el
@@ -846,11 +846,16 @@
846;; The programmable language 846;; The programmable language
847;; --------------------------------- 847;; ---------------------------------
848 848
849;; Sly REPL
849(use-package sly 850(use-package sly
850 :straight t 851 :straight t
851 :config 852 :config
852 (setq inferior-lisp-program "/usr/bin/sbcl")) 853 (setq inferior-lisp-program "/usr/bin/sbcl"))
853 854
855;; Quicklisp integration for Sly
856(use-package sly-quicklisp
857 :straight t)
858
854 859
855;; --------------------------------- 860;; ---------------------------------
856;; sh / Bash 861;; sh / Bash