Add :lang common-lisp

This commit is contained in:
Henrik Lissner 2018-06-13 20:10:20 +02:00
parent eb254afd51
commit 8889d5cc2b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 26 additions and 6 deletions

View file

@ -0,0 +1,6 @@
;; -*- no-byte-compile: t; -*-
;;; lang/common-lisp/packages.el
(package! slime)
(when (featurep! :completion company)
(package! slime-company))