"expand" specifies "-b".
This commit is contained in:
parent
c1c0993b4a
commit
f23b0db4df
@ -127,7 +127,7 @@
|
||||
(defun ghc-expand-th ()
|
||||
(interactive)
|
||||
(let* ((file (buffer-file-name))
|
||||
(cmds (list "expand" file))
|
||||
(cmds (list "expand" file "-b" "\n"))
|
||||
(source (ghc-run-ghc-mod cmds)))
|
||||
(when source
|
||||
(ghc-display
|
||||
|
Loading…
Reference in New Issue
Block a user