From 1f674c01959b0d8e41de662a7d3f81493228c5a6 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 29 Sep 2020 17:24:36 +0100 Subject: (Emacs)~correct haskell-process-start -> haskell-process-restart --- Emacs/.config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 00a48cf..3299d59 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -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. -- cgit v1.2.3-13-gbd6f