mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user