init.el: Remove the local spacelpa repository

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-03-06 16:58:35 +05:30
parent 2bd885899d
commit 9bc1a9e45c

View file

@ -40,8 +40,7 @@
(setq package-archives
'(("org" . "http://orgmode.org/elpa/")
("gnu" . "http://elpa.gnu.org/packages/")
("melpa" . "https://melpa.org/packages/")
("local" . ,(expand-file-name "~/spacelpa/packages/"))))
("melpa" . "https://melpa.org/packages/")))
(package-initialize)
;; Bootstrap `use-package`