summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 59f6d01..adf0e54 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -372,6 +372,12 @@
;;-----[ CSS mode ]------------------------------------------------------
(add-to-list 'auto-mode-alist '("\\.css$" . css-mode))
+;;-----[ ELPA ]----------------------------------------------------------
+(setq package-archives
+ '(("ELPA" . "http://tromey.com/elpa/")
+ ("gnu" . "http://elpa.gnu.org/packages/")
+ ("marmalade" . "http://marmalade-repo.org/packages/")))
+
;;-----[ Misc ]----------------------------------------------------------
(defun oni/reload-buffer
(interactive)