branch: elpa/nasm-mode commit 51108863a38567c7e2e6d65490f2acf7ec044a61 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Add type specification to nasm-basic-offset --- nasm-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/nasm-mode.el b/nasm-mode.el index 66a0938..db6c081 100644 --- a/nasm-mode.el +++ b/nasm-mode.el @@ -49,6 +49,7 @@ (defcustom nasm-basic-offset (default-value 'tab-width) "Indentation level for `nasm-mode'." + :type 'integer :group 'nasm-mode) (defcustom nasm-after-mnemonic-whitespace :tab