summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-10-04 14:57:45 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-10-04 15:05:29 -0400
commit890e856fce07001fd82018b1a075faa684a198aa (patch)
tree6e0e2b084b5de36ce386f5bae24d0766322eab5d
parent1649d56246a2bbd65ca0ac970fee2f27f9ee6ecc (diff)
Emacs: newer go-mode
-rw-r--r--.config/emacs/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 90fda1b..38f6e77 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -112,6 +112,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)
))
;; What packages el-get should install, both from above, and it's
;; internal list of sources.
@@ -130,6 +131,7 @@
;;nxhtml ; nxhtml is invasive, only enable if actively using
bison-mode
coffee-mode
+ go-mode
graphviz-dot-mode
haml-mode
markdown-mode
@@ -187,8 +189,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