Re-add output line separator global option for expand command.
This commit is contained in:
parent
e0bd4c6984
commit
eb5d0fc867
@ -127,7 +127,7 @@
|
||||
(defun ghc-expand-th ()
|
||||
(interactive)
|
||||
(let* ((file (buffer-file-name))
|
||||
(cmds (list "expand" file))
|
||||
(cmds (list "-b" "\n" "expand" file))
|
||||
(source (ghc-run-ghc-mod cmds)))
|
||||
(when source
|
||||
(ghc-display
|
||||
|
Loading…
Reference in New Issue
Block a user