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
|
||||
(require 'package)
|
||||
(setq package-enable-at-startup nil) ; tells emacs not to load any packages before starting up
|
||||
(setq package-archives '(("org" . "http://orgmode.org/elpa/")
|
||||
("gnu" . "http://elpa.gnu.org/packages/")
|
||||
("melpa" . "https://melpa.org/packages/")))
|
||||
(setq package-archives '(("org" . "http://orgmode.org/elpa/")
|
||||
("gnu" . "http://elpa.gnu.org/packages/")
|
||||
("melpa" . "https://melpa.org/packages/")))
|
||||
(package-initialize)
|
||||
|
||||
;; use package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue