EMACS: Added some ELPA repositories
This commit is contained in:
parent
76540eeeec
commit
2b552136fb
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue