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