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) "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