Add common lisp
This commit is contained in:
parent
8e7b46b4f2
commit
4fe6be018f
3 changed files with 54 additions and 32 deletions
18
lang/common-lisp.el
Normal file
18
lang/common-lisp.el
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
;;; common-lisp.el --- summary
|
||||
|
||||
;; Author: Maciej Szlosarczyk
|
||||
;; Maintainer: Maciej Szlosarczyk
|
||||
;; Version: 0.1-snapshot
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
|
||||
(use-package slime :straight t)
|
||||
|
||||
(slime-setup '(slime-fancy slime-quicklisp slime-asdf))
|
||||
|
||||
(provide '+custom-lang-common-lisp)
|
||||
;;; common-lisp.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue