(Emacs)~correct haskell-process-start -> haskell-process-restart

This commit is contained in:
2020-09-29 17:24:36 +01:00
parent 4f984215e8
commit 1f674c0195

View File

@@ -1905,7 +1905,7 @@ Here I configure the REPL for Haskell via the
(+dx/create-toggle-function
+shell/toggle-haskell-repl
"*haskell*"
haskell-process-start))
haskell-process-restart))
#+end_src
** Python
Basic, haven't used python in this configuration yet.