emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-tng-mode c0b1b6b 301/385: change the compile-alway


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode c0b1b6b 301/385: change the compile-always-ask default
Date: Tue, 5 Oct 2021 23:59:52 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit c0b1b6b1c05009c2064c70a7c66c525d60585a55
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]