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

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

[nongnu] elpa/nasm-mode ca9d65f 26/67: Default nasm-basic-offset to tab-


From: ELPA Syncer
Subject: [nongnu] elpa/nasm-mode ca9d65f 26/67: Default nasm-basic-offset to tab-width.
Date: Sun, 29 Aug 2021 11:23:46 -0400 (EDT)

branch: elpa/nasm-mode
commit ca9d65fda97002e41c5ce6877e01babb3fdea3e8
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Default nasm-basic-offset to tab-width.
---
 nasm-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nasm-mode.el b/nasm-mode.el
index 169ae43..fc3c701 100644
--- a/nasm-mode.el
+++ b/nasm-mode.el
@@ -35,7 +35,7 @@
   "Options for `nasm-mode'."
   :group 'languages)
 
-(defcustom nasm-basic-offset 8
+(defcustom nasm-basic-offset (default-value 'tab-width)
   "Indentation level for `nasm-mode'."
   :group 'nasm-mode)
 



reply via email to

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