summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-12-06 23:45:39 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-12-06 23:45:39 -0500
commit90972cbcc737530a8d8bf677fa7501da239d8ab2 (patch)
treea042a78a908e786aced8795b507e979142540d21 /.config/emacs/init.el
parent795875623f9a9cd35374d2f0531182a267e81588 (diff)
update ~/.config/emacs
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 38f6e77..d102269 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -105,6 +105,7 @@
(set (make-local-variable 'tab-width) 2)
(set (make-local-variable 'indent-tabs-mode) nil)
)))
+ (:name go-mode :type elpa)
(:name graphviz-dot-mode :type elpa)
(:name haml-mode :type elpa)
(:name markdown-mode :type elpa
@@ -112,7 +113,7 @@
(:name nginx-mode :type elpa
:after (put 'nginx-indent-level 'safe-local-variable 'integerp))
(:name scss-mode :type elpa)
- (:name go-mode :type elpa)
+ (:name yaml-mode :type elpa)
))
;; What packages el-get should install, both from above, and it's
;; internal list of sources.
@@ -138,6 +139,7 @@
nginx-mode
php-mode-improved
scss-mode
+ yaml-mode
)))