diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-06-03 11:31:12 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-06-03 11:31:12 -0400 |
commit | 5d4cb94c287c5d6b0d683e48de58407c59daac8e (patch) | |
tree | ae12e1b8727c36a41ba2aa9057aa5c79ca0b0cae | |
parent | 6a5782e209d0223c27264a3c12778f873f514cea (diff) |
emacs: Add yaml-mode to required packages.
-rw-r--r-- | dotfiles/.emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el index e5624a6..54e426b 100644 --- a/dotfiles/.emacs.d/init.el +++ b/dotfiles/.emacs.d/init.el @@ -33,7 +33,8 @@ smex web-mode projectile - markdown-mode)) + markdown-mode + yaml-mode)) (defun install-missing-packages () "Install all required packages that haven't been installed." |