diff options
author | Franck Cuny <fcuny@roblox.com> | 2022-02-03 08:51:52 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2022-02-03 08:51:52 -0800 |
commit | b8a7bf700ef716b088a5e6c3efa167430a4ebf28 (patch) | |
tree | d684f4cdfe9e42eca5c00ec0e8e6c5f48f8885f5 /emacs | |
parent | config: add modes for hashistack (diff) | |
download | emacs.d-b8a7bf700ef716b088a5e6c3efa167430a4ebf28.tar.gz |
config: add package for chef
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/custom/fcuny-conf.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-conf.el b/emacs/custom/fcuny-conf.el index dadde76..3e4b009 100644 --- a/emacs/custom/fcuny-conf.el +++ b/emacs/custom/fcuny-conf.el @@ -44,4 +44,7 @@ (use-package terraform-doc :ensure t) +(use-package chef + :ensure t) + (provide 'fcuny-conf) |