diff options
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/fcuny-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-conf.el b/emacs/custom/fcuny-conf.el index 3e4b009..f92f83f 100644 --- a/emacs/custom/fcuny-conf.el +++ b/emacs/custom/fcuny-conf.el @@ -44,7 +44,7 @@ (use-package terraform-doc :ensure t) -(use-package chef +(use-package chef-mode :ensure t) (provide 'fcuny-conf) |