diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-03 14:26:02 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-03 14:26:02 -0800 |
commit | 56f01168f78caf2c36dd72bfffa5e17cb66ecea3 (patch) | |
tree | eb850534bfdf100e4c9076a13d071370567b58a7 /emacs/custom | |
parent | ui: increase font size for OSX (diff) | |
download | emacs.d-56f01168f78caf2c36dd72bfffa5e17cb66ecea3.tar.gz |
config: the package is 'chef-mode'
Diffstat (limited to '')
-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) |