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:
96e454a
)
add flyckeck-rust, racer, intero
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Tue, 19 Jul 2016 16:34:30 +0000
(22:04 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Tue, 19 Jul 2016 16:34:30 +0000
(22:04 +0530)
packages.el
patch
|
blob
|
history
diff --git
a/packages.el
b/packages.el
index 7984c0e0cdfa771b080308a3ba704544404aef80..63657d08eb3c871c2235d843d4caf3f1fbcdcc06 100644
(file)
--- a/
packages.el
+++ b/
packages.el
@@
-10,7
+10,7
@@
(expand-file-name "elpa" emacs-d))
(add-to-list 'package-archives
- '("melpa" . "https://
stable.
melpa.org/packages/") t)
+ '("melpa" . "https://melpa.org/packages/") t)
(add-to-list 'package-archives
'("gnu" . "https://elpa.gnu.org/packages/") t)
(package-initialize)
@@
-36,8
+36,12
@@
ledger-mode
company
company-ghc
+ company-racer
markdown-mode
- flycheck))
+ flycheck
+ flycheck-rust
+ racer
+ intero))
; install the missing packages
(dolist (package package-list)