File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -766,9 +766,6 @@ Interaction modes:
766
766
Interact with per-project GHCi processes through a REPL and
767
767
directory-aware sessions.
768
768
769
- `inf-haskell-mode'
770
- Interact with a GHCi process using comint-mode. Deprecated.
771
-
772
769
Other modes:
773
770
774
771
`haskell-decl-scan-mode' , Graeme E Moss
@@ -857,9 +854,8 @@ Minor modes that work well with `haskell-mode':
857
854
Use to enable minor modes coming with `haskell-mode' or run an
858
855
arbitrary function.
859
856
860
- Note that `inf-haskell-mode' should not be enabled at the same
861
- time as `haskell-interactive-mode' , same exclusion principle
862
- applies to `haskell-indentation-mode' and `haskell-indent-mode' ."
857
+ Note that `haskell-indentation-mode' and `haskell-indent-mode' should not be
858
+ run at the same time."
863
859
:group 'haskell
864
860
:type 'hook
865
861
:options '(capitalized-words-mode
@@ -869,7 +865,6 @@ applies to `haskell-indentation-mode' and `haskell-indent-mode'."
869
865
haskell-indentation-mode
870
866
highlight-uses-mode
871
867
imenu-add-menubar-index
872
- inf-haskell-mode
873
868
interactive-haskell-mode
874
869
turn-on-haskell-unicode-input-method))
875
870
You can’t perform that action at this time.
0 commit comments