summaryrefslogtreecommitdiff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-08 14:46:47 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-08 14:46:47 -0700
commit59cb9753a2067415bf15ecbdb0d31afc0c4210f6 (patch)
treeb18f1c4919a5c684ee8f96ed6db02eef1eeff3fa /emacs/custom
parentgit: add more forges (diff)
downloademacs.d-59cb9753a2067415bf15ecbdb0d31afc0c4210f6.tar.gz
conf: configure CSS
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/my-conf.el5
1 files changed, 5 insertions, 0 deletions
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