summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2022-02-03 08:51:52 -0800
committerFranck Cuny <fcuny@roblox.com>2022-02-03 08:51:52 -0800
commitb8a7bf700ef716b088a5e6c3efa167430a4ebf28 (patch)
treed684f4cdfe9e42eca5c00ec0e8e6c5f48f8885f5
parentconfig: add modes for hashistack (diff)
downloademacs.d-b8a7bf700ef716b088a5e6c3efa167430a4ebf28.tar.gz
config: add package for chef
-rw-r--r--emacs/custom/fcuny-conf.el3
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)