Add :lang common-lisp doctor
This commit is contained in:
parent
2023aac314
commit
3b0fad871f
1 changed files with 6 additions and 0 deletions
6
modules/lang/common-lisp/doctor.el
Normal file
6
modules/lang/common-lisp/doctor.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
;;; lang/common-lisp/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(when (require 'sly nil t)
|
||||
(unless (executable-find inferior-lisp-program)
|
||||
(warn! "Couldn't find your `inferior-lisp-program' (%s). Is it installed?"
|
||||
inferior-lisp-program)))
|
Loading…
Add table
Add a link
Reference in a new issue