summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 90fda1b..39dcf0e 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -112,6 +112,8 @@
(: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.
@@ -136,6 +138,8 @@
nginx-mode
php-mode-improved
scss-mode
+ go-mode
+ yaml-mode
)))
@@ -187,8 +191,6 @@ sh-script.el is broken."
(advice-add 'term-handle-ansi-terminal-messages :after
#'term-handle-ansi-terminal-messages--uniquify)
-(require 'go-mode-load nil t)
-
;; Make the mouse work in an xterm