summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorbenj <benj@rse8.com>2019-04-16 20:34:17 -0700
committerbenj <benj@rse8.com>2019-04-16 20:34:17 -0700
commitfaeeda87a3a4f615ba57411175581265eddc1a7c (patch)
tree267e1508e6953dde6886916e3c6dcb0217380229 /init.el
parentff2fb190c5b4a80df3a70c07425519c43c664319 (diff)
downloademacs-faeeda87a3a4f615ba57411175581265eddc1a7c.tar
emacs-faeeda87a3a4f615ba57411175581265eddc1a7c.tar.gz
emacs-faeeda87a3a4f615ba57411175581265eddc1a7c.tar.bz2
emacs-faeeda87a3a4f615ba57411175581265eddc1a7c.tar.lz
emacs-faeeda87a3a4f615ba57411175581265eddc1a7c.tar.xz
emacs-faeeda87a3a4f615ba57411175581265eddc1a7c.tar.zst
emacs-faeeda87a3a4f615ba57411175581265eddc1a7c.zip
flycheck; go; rust; org; treemacs
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index 2865ca8..94ccc87 100644
--- a/init.el
+++ b/init.el
@@ -63,12 +63,14 @@
elm-mode
ember-mode
ensime
+ erlang
flx-ido
flycheck
flycheck-clangcheck
flycheck-clojure
flycheck-haskell
flycheck-pos-tip
+ go-mode
haskell-mode
highlight-escape-sequences
ido-vertical-mode
@@ -86,6 +88,7 @@
protobuf-mode
purescript-mode
org-bullets
+ rust-mode
sbt-mode
scala-mode
slime
@@ -133,6 +136,7 @@
(require 'setup-company-mode)
(require 'setup-ember-mode)
(require 'setup-flycheck)
+(require 'setup-go-mode)
(require 'setup-haskell-mode)
(require 'setup-ido)
(require 'setup-keychain-environment)