projects
/
.emacs.d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52a2874
)
add go-mode
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Thu, 13 Nov 2014 17:15:37 +0000
(22:45 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Thu, 13 Nov 2014 17:15:37 +0000
(22:45 +0530)
init.el
patch
|
blob
|
history
diff --git
a/init.el
b/init.el
index 3e4e34af94d056963063bc9287b738fa68ed44d6..0594349e07306086c068d9416f864ea79992a3e2 100644
(file)
--- a/
init.el
+++ b/
init.el
@@
-36,7
+36,7
@@
(package-refresh-contents))
;; make sure my list of packages are installed
-(setq package-list '(rust-mode haskell-mode monokai-theme ghc))
+(setq package-list '(rust-mode haskell-mode monokai-theme ghc
go-mode
))
; install the missing packages
(dolist (package package-list)