Correct cl-launch script detection

This commit is contained in:
contrapunctus 2022-01-24 20:38:03 +05:30
parent 6d82212760
commit e5827408e1
1 changed files with 0 additions and 1 deletions

View File

@ -4822,7 +4822,6 @@ All COMMAND-SPECS should be a list in the form
:ensure t
:commands (slime-eval-buffer slime-eval-defun)
:mode ("\\.asd$" . asdf-mode)
:interpreter ("cl" . slime-mode) ;; cl-launch scripts
:bind
(:map slime-mode-map
("M-n" . next-line)