Skip to content

Commit

Permalink
fix: change the fsharp-mode configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 committed Nov 2, 2022
1 parent 103f1de commit 434bb22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .emacs
Original file line number Diff line number Diff line change
Expand Up @@ -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))

;; ======================================================
Expand Down

0 comments on commit 434bb22

Please # to comment.