Added a label for starting Sly.

Also added a command for starting Sly with a choice for the
implementation to use.
This commit is contained in:
Michael Fiano 2019-03-28 19:17:32 -04:00
parent 9519003bcd
commit a4364b3fea

View file

@ -78,7 +78,8 @@ bin/doom while packages at compile-time (not a runtime though)."
(map! :localleader (map! :localleader
:map lisp-mode-map :map lisp-mode-map
"'" #'sly :desc "Sly" "'" #'sly
:desc "Sly (ask)" ";" (λ! () (let ((current-prefix-arg '-)) (sly nil nil t)))
(:prefix ("g" . "go") (:prefix ("g" . "go")
"b" #'sly-pop-find-definition-stack "b" #'sly-pop-find-definition-stack
"d" #'sly-edit-definition "d" #'sly-edit-definition