aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-22 02:43:42 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-22 02:43:42 -0400
commit5ac2db27f3d3982cd8ad15e70d5a2cb3bd9590df (patch)
treeed1b5a7df887b7104c0f15dbab8f7b90e240bff1 /init.el
parentUse `flycheck` in `sh-mode` buffers (diff)
downloadmmosmacs-5ac2db27f3d3982cd8ad15e70d5a2cb3bd9590df.tar.gz
mmosmacs-5ac2db27f3d3982cd8ad15e70d5a2cb3bd9590df.tar.bz2
mmosmacs-5ac2db27f3d3982cd8ad15e70d5a2cb3bd9590df.zip
Use `sly` and SBCL for Common Lisp development
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/init.el b/init.el
index 8d9152b..b5a0bcf 100644
--- a/init.el
+++ b/init.el
@@ -839,6 +839,17 @@
839 :commands (emacs-lisp-mode) 839 :commands (emacs-lisp-mode)
840 :hook (emacs-lisp-mode . flycheck-mode)) 840 :hook (emacs-lisp-mode . flycheck-mode))
841 841
842;; ---------------------------------
843;; Common Lisp
844;; -----------
845;; The programmable language
846;; ---------------------------------
847
848(use-package sly
849 :straight t
850 :config
851 (setq inferior-lisp-program "/usr/bin/sbcl"))
852
842 853
843;; --------------------------------- 854;; ---------------------------------
844;; sh / Bash 855;; sh / Bash