diff options
-rw-r--r-- | .config/emacs/modules/mm-editing.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el index 5811e25..09a70e3 100644 --- a/.config/emacs/modules/mm-editing.el +++ b/.config/emacs/modules/mm-editing.el @@ -74,7 +74,7 @@ The indentation settings are set based on the configured values in ;; ‘indent-tabs-mode’ so we must override them explicitly. (setq-local indent-tabs-mode (if spaces - (and (cadr spaces) -1) + (not (cadr spaces)) (default-value 'indent-tabs-mode)) tab-width (if width (cadr width) |