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:
parent
9519003bcd
commit
a4364b3fea
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue