From 59cb9753a2067415bf15ecbdb0d31afc0c4210f6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Apr 2022 14:46:47 -0700 Subject: conf: configure CSS --- emacs/custom/my-conf.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs') diff --git a/emacs/custom/my-conf.el b/emacs/custom/my-conf.el index 924f90f..6d702bc 100644 --- a/emacs/custom/my-conf.el +++ b/emacs/custom/my-conf.el @@ -48,5 +48,10 @@ (use-package chef-mode :ensure t) +(use-package css-mode + :ensure nil + :init + (setq css-indent-offset 2)) + (provide 'my-conf) ;;; my-conf.el ends here -- cgit 1.4.1