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:
dedc9d8
)
add clojure-mode, cider, paredit
author
Ramakrishnan Muthukrishnan
<rama.krishnan@concur.com>
Mon, 13 Oct 2014 10:50:57 +0000
(16:20 +0530)
committer
Ramakrishnan Muthukrishnan
<rama.krishnan@concur.com>
Mon, 13 Oct 2014 10:50:57 +0000
(16:20 +0530)
init.el
patch
|
blob
|
history
diff --git
a/init.el
b/init.el
index f56783e71a7061b797569e2932fe2e2139aac4d1..7863782ae2720948031eaeca7e5e456caa0d2208 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))
+(setq package-list '(rust-mode haskell-mode monokai-theme racket-mode
clojure-mode cider paredit
))
; install the missing packages
(dolist (package package-list)