cleanup
This commit is contained in:
parent
62a28e5a2d
commit
dc270f5506
1 changed files with 3 additions and 3 deletions
6
init.el
6
init.el
|
@ -28,9 +28,9 @@
|
||||||
;; package manager
|
;; package manager
|
||||||
(require 'package)
|
(require 'package)
|
||||||
(setq package-enable-at-startup nil) ; tells emacs not to load any packages before starting up
|
(setq package-enable-at-startup nil) ; tells emacs not to load any packages before starting up
|
||||||
(setq package-archives '(("org" . "http://orgmode.org/elpa/")
|
(setq package-archives '(("org" . "http://orgmode.org/elpa/")
|
||||||
("gnu" . "http://elpa.gnu.org/packages/")
|
("gnu" . "http://elpa.gnu.org/packages/")
|
||||||
("melpa" . "https://melpa.org/packages/")))
|
("melpa" . "https://melpa.org/packages/")))
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
|
|
||||||
;; use package
|
;; use package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue