Add :lang common-lisp
This commit is contained in:
parent
eb254afd51
commit
8889d5cc2b
4 changed files with 26 additions and 6 deletions
6
modules/lang/common-lisp/packages.el
Normal file
6
modules/lang/common-lisp/packages.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/common-lisp/packages.el
|
||||
|
||||
(package! slime)
|
||||
(when (featurep! :completion company)
|
||||
(package! slime-company))
|
Loading…
Add table
Add a link
Reference in a new issue