diff --git a/modules/home/users/msyds/emacs/lisp/syd/handle.el b/modules/home/users/msyds/emacs/lisp/syd/handle.el index 0c6c9e7..2ba5ddb 100755 --- a/modules/home/users/msyds/emacs/lisp/syd/handle.el +++ b/modules/home/users/msyds/emacs/lisp/syd/handle.el @@ -89,6 +89,17 @@ (message "Couldn't open a REPL for %S" (substring-no-properties identifier)))) + +;;; Keybinds + +(general-def + :states '(motion normal) + "K" #'syd-handle-docs*) + +(general-def + :prefix-map 'syd-leader-open-map + "r" #'syd-handle-repl*) + (provide 'syd/handle)