Use asdf-mode

This commit is contained in:
contrapunctus 2022-01-17 18:31:04 +05:30
parent 1dce14455f
commit 74995b3a7e
1 changed files with 1 additions and 0 deletions

View File

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