From f8216bb985e1c21a2eb6389b787695580005ddd2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 13 Aug 2023 01:10:55 +0200 Subject: emacs: Fix ‘css-indent-offset’ variable name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index ff309bc..ad28f1b 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -774,7 +774,7 @@ with a custom function that reads a list of mode-specific indentation settings. (defvar mm-indentation-settings '((c-mode :width 8 :extra-vars (c-basic-offset)) - (css-mode :extra-vars (css-basic-offset)) + (css-mode :extra-vars (css-indent-offset)) (emacs-lisp-mode :spaces t) (lisp-mode :spaces t) (org-mode :spaces t) -- cgit v1.2.3