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

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

[nongnu] elpa/zig-mode 2f626c6165 5/7: Remove unused zig-format-show-buf


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 2f626c6165 5/7: Remove unused zig-format-show-buffer custom var
Date: Fri, 1 Mar 2024 13:01:37 -0500 (EST)

branch: elpa/zig-mode
commit 2f626c6165ed9cc8642a349b3de8d88f8781b89e
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Remove unused zig-format-show-buffer custom var
---
 zig-mode.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/zig-mode.el b/zig-mode.el
index d69e6713e2..753600dafa 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -46,11 +46,6 @@
   :type 'boolean
   :safe #'booleanp)
 
-(defcustom zig-format-show-buffer t
-  "Show a *zig-fmt* buffer after zig fmt completes with errors"
-  :type 'boolean
-  :safe #'booleanp)
-
 (defcustom zig-zig-bin "zig"
   "Path to zig executable."
   :type 'file



reply via email to

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