diff --git a/catppuccin-theme.el b/catppuccin-theme.el index 3ab02ad..2db8aa2 100644 --- a/catppuccin-theme.el +++ b/catppuccin-theme.el @@ -1498,6 +1498,7 @@ or `mocha'." ;; Local Variables: ;; indent-tabs-mode: nil +;; lisp-indent-offset: 2 ;; End: ;;; catppuccin-theme.el ends here diff --git a/scripts/check-lisp-files.el b/scripts/check-lisp-files.el index 03bfaf3..38b2166 100644 --- a/scripts/check-lisp-files.el +++ b/scripts/check-lisp-files.el @@ -20,7 +20,6 @@ (dolist (file (append files scripts)) (setq byte-compile-error-on-warn t - indent-tabs-mode nil lisp-indent-offset 2) (unless (byte-compile-file file) (error "byte-compile-file failed (%s)" file))