7 lines
148 B
EmacsLisp
7 lines
148 B
EmacsLisp
|
;; -*- no-byte-compile: t; -*-
|
||
|
;;; lang/common-lisp/packages.el
|
||
|
|
||
|
(package! slime)
|
||
|
(when (featurep! :completion company)
|
||
|
(package! slime-company))
|