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:
Elais Player 2019-07-23 11:06:28 -05:00
parent 0659675ade
commit 3cc7066063

View File

@ -28,8 +28,8 @@
"R" #'geiser-eval-region-and-go)
(:prefix ("h" . "help")
"d" 'geiser-autodoc
;; TODO add more help keybindings)
"d" 'geiser-autodoc)
;; TODO add more help keybindings
(:prefix ("r" . "repl")
"b" #'geiser-switch-to-repl