diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-08 14:46:47 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-08 14:46:47 -0700 |
commit | 59cb9753a2067415bf15ecbdb0d31afc0c4210f6 (patch) | |
tree | b18f1c4919a5c684ee8f96ed6db02eef1eeff3fa /emacs/custom | |
parent | git: add more forges (diff) | |
download | emacs.d-59cb9753a2067415bf15ecbdb0d31afc0c4210f6.tar.gz |
conf: configure CSS
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-conf.el | 5 |
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 |