Fix issue with REPL
This commit is contained in:
parent
aa920103e6
commit
94cf5a1129
1 changed files with 2 additions and 1 deletions
|
@ -4,10 +4,11 @@
|
|||
(setq fsharp-ac-use-popup nil) ; Use a buffer for docs rather than a pop-up
|
||||
(set-lookup-handlers! 'fsharp-mode :async t :definition #'fsharp-ac/gotodefn-at-point)
|
||||
(set-company-backend! 'fsharp-mode 'fsharp-ac/company-backend)
|
||||
(set-repl-handler! 'fsharp-mode #'fsharp-show-subshell)
|
||||
(set-repl-handler! 'fsharp-mode #'run-fsharp)
|
||||
(map! :localleader
|
||||
:map fsharp-mode-map
|
||||
"b" #'fsharp-ac/pop-gotodefn-stack ; Useful for re-tracing your steps
|
||||
"e" #'fsharp-eval-region
|
||||
"l" #'fsharp-load-buffer-file
|
||||
"q" #'fsharp-ac/stop-process
|
||||
"t" #'fsharp-ac/show-tooltip-at-point))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue