diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index ca679af..fe4803e 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -601,4 +601,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer." (use-package hcl-mode :ensure t) +(use-package salt-mode + :ensure t) + ;;; init.el ends here |
