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:
c1e5ba8
)
add go-mode
author
rama.krishnan@concur.com
<ram@rkrishnan.org>
Tue, 14 Oct 2014 11:45:30 +0000
(17:15 +0530)
committer
rama.krishnan@concur.com
<ram@rkrishnan.org>
Tue, 14 Oct 2014 11:45:30 +0000
(17:15 +0530)
init.el
patch
|
blob
|
history
diff --git
a/init.el
b/init.el
index 13b460cf2b26e54a4b4728791658984bdaad7133..71f5a6a3330d08afd608559525bfa0c3f6edd74a 100644
(file)
--- a/
init.el
+++ b/
init.el
@@
-31,7
+31,7
@@
(package-refresh-contents))
;; make sure my list of packages are installed
-(setq package-list '(rust-mode haskell-mode monokai-theme racket-mode clojure-mode cider paredit))
+(setq package-list '(rust-mode haskell-mode monokai-theme racket-mode clojure-mode cider paredit
go-mode
))
; install the missing packages
(dolist (package package-list)