From 434bb223f20be9eb3a97d8b7a3cfebed5d2bbea5 Mon Sep 17 00:00:00 2001 From: 64J0 Date: Wed, 2 Nov 2022 17:49:48 -0300 Subject: [PATCH] fix: change the fsharp-mode configuration --- .emacs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.emacs b/.emacs index 91c88cf..61153a6 100644 --- a/.emacs +++ b/.emacs @@ -356,9 +356,8 @@ ("C-c C-a" . 'fsharp-find-alternate-file) ("M-h" . 'fsharp-mark-phrase)) :config - (setq compile-command "dotnet watch run") - (setq inferior-fsharp-program "dotnet fsi") - (add-hook 'inferior-fsharp-mode-hook 'turn-on-comint-history) + ;; (setq compile-command "dotnet watch run") + ;; (setq inferior-fsharp-program "dotnet fsi") (add-hook 'fsharp-mode-hook 'highlight-indentation-mode)) ;; ======================================================