From a4364b3fea965d06ad2797fd6528cf3c33b6364b Mon Sep 17 00:00:00 2001 From: Michael Fiano Date: Thu, 28 Mar 2019 19:17:32 -0400 Subject: [PATCH] Added a label for starting Sly. Also added a command for starting Sly with a choice for the implementation to use. --- modules/lang/common-lisp/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/lang/common-lisp/config.el b/modules/lang/common-lisp/config.el index 4aa3098e3..fc566b540 100644 --- a/modules/lang/common-lisp/config.el +++ b/modules/lang/common-lisp/config.el @@ -78,7 +78,8 @@ bin/doom while packages at compile-time (not a runtime though)." (map! :localleader :map lisp-mode-map - "'" #'sly + :desc "Sly" "'" #'sly + :desc "Sly (ask)" ";" (λ! () (let ((current-prefix-arg '-)) (sly nil nil t))) (:prefix ("g" . "go") "b" #'sly-pop-find-definition-stack "d" #'sly-edit-definition