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