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)