mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Uncomment closing parenthesis in scheme config
Accidentally commented out a closing parenthesis in the scheme module config, fixed in this commit.
This commit is contained in:
@ -28,8 +28,8 @@
|
|||||||
"R" #'geiser-eval-region-and-go)
|
"R" #'geiser-eval-region-and-go)
|
||||||
|
|
||||||
(:prefix ("h" . "help")
|
(:prefix ("h" . "help")
|
||||||
"d" 'geiser-autodoc
|
"d" 'geiser-autodoc)
|
||||||
;; TODO add more help keybindings)
|
;; TODO add more help keybindings
|
||||||
|
|
||||||
(:prefix ("r" . "repl")
|
(:prefix ("r" . "repl")
|
||||||
"b" #'geiser-switch-to-repl
|
"b" #'geiser-switch-to-repl
|
||||||
|
Reference in New Issue
Block a user