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:
parent
0659675ade
commit
3cc7066063
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue