init.el: Remove the local spacelpa repository
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
2bd885899d
commit
9bc1a9e45c
1 changed files with 1 additions and 2 deletions
3
init.el
3
init.el
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue