remove org elpa, it's installed by default
This commit is contained in:
parent
671b8df213
commit
7717bd7db9
1 changed files with 1 additions and 2 deletions
3
init.el
3
init.el
|
@ -1,8 +1,7 @@
|
||||||
;; Configure emacs packages.
|
;; Configure emacs packages.
|
||||||
(require 'package)
|
(require 'package)
|
||||||
(setq package-archives
|
(setq package-archives
|
||||||
'(("org" . "https://orgmode.org/elpa/")
|
'(("gnu" . "https://elpa.gnu.org/packages/")
|
||||||
("gnu" . "https://elpa.gnu.org/packages/")
|
|
||||||
("melpa" . "https://melpa.org/packages/")))
|
("melpa" . "https://melpa.org/packages/")))
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
;; (package-refresh-contents)
|
;; (package-refresh-contents)
|
||||||
|
|
Loading…
Reference in a new issue