File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 31
31
(require 'haskell-cabal )
32
32
(require 'haskell-string )
33
33
(require 'haskell-customize )
34
+ (require 'haskell-utils )
34
35
35
36
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
36
37
; ; Globals
Original file line number Diff line number Diff line change 38
38
; ; require/depend-on any other haskell-mode modules in order to
39
39
; ; stay at the bottom of the module dependency graph.
40
40
41
+ (defvar haskell-process-load-or-reload-p t
42
+ " Non-nil means there will be no prompts on starting REPL. Defaults will be accepted." )
43
+
41
44
(defvar haskell-utils-async-post-command-flag nil
42
45
" Non-nil means some commands were triggered during async function execution." )
43
46
(make-variable-buffer-local 'haskell-utils-async-post-command-flag )
Original file line number Diff line number Diff line change 29
29
(require 'haskell-modules )
30
30
(require 'haskell-string )
31
31
(require 'haskell-completions )
32
+ (require 'haskell-utils )
32
33
33
34
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
34
35
; ; Basic configuration hooks
You can’t perform that action at this time.
0 commit comments