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 14:57:45 -0400
commitcf7e90fdfbdb1a5ad2384d7254e054b2851370f4 (patch)
treeba44a4ed6d28139c7f5b838016076edb21c58183
parent4f657c1a9089993396c702cf7bc3518b18eef3c9 (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 e14d0f5..db347f1 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
@@ -159,8 +161,6 @@ sh-script.el is broken."
args))
(advice-add 'sh-smie-sh-rules :filter-args #'sh-smie-sh-rules--fix)
-(require 'go-mode-load nil t)
-
;; Make the mouse work in an xterm