summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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