branch: elpa/haskell-tng-mode commit c0b1b6b1c05009c2064c70a7c66c525d60585a55 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
change the compile-always-ask default --- haskell-tng-compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-tng-compile.el b/haskell-tng-compile.el index bce8e1c..0fcd3fd 100644 --- a/haskell-tng-compile.el +++ b/haskell-tng-compile.el @@ -21,7 +21,7 @@ ;; TODO support long running (ghcid) compile buffers ;; TODO generic flycheck integration https://emacs.stackexchange.com/questions/51894 -(defcustom haskell-tng-compile-always-ask nil +(defcustom haskell-tng-compile-always-ask t "`haskell-tng-compile' will remember the last command for the buffer unless set." :type 'booleanp :group 'haskell-tng)