summaryrefslogtreecommitdiff
path: root/dotfiles/.emacs.d/init.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2015-06-03 11:31:12 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2015-06-03 11:31:12 -0400
commit5d4cb94c287c5d6b0d683e48de58407c59daac8e (patch)
treeae12e1b8727c36a41ba2aa9057aa5c79ca0b0cae /dotfiles/.emacs.d/init.el
parent6a5782e209d0223c27264a3c12778f873f514cea (diff)
emacs: Add yaml-mode to required packages.
Diffstat (limited to 'dotfiles/.emacs.d/init.el')
-rw-r--r--dotfiles/.emacs.d/init.el3
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."