diff options
| -rw-r--r-- | init.el | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -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 |