comparison .elisp/settings/00.bootstrap.el @ 498:ab38b9bf226d

bootstrap: always install exec-path-from-shell-initialize Required fixing the melpa URL, which has been broken ~forever.
author Augie Fackler <raf@durin42.com>
date Sat, 03 Oct 2020 11:14:06 -0400
parents b60cd2f46acd
children 7d298a83fceb
comparison
equal deleted inserted replaced
497:2ea29b487b06 498:ab38b9bf226d
14 (error "ELPA is not in Emacs, and local package.el failed to load."))) 14 (error "ELPA is not in Emacs, and local package.el failed to load.")))
15 15
16 16
17 (package-initialize) 17 (package-initialize)
18 18
19 (setq package-archives '(("melpa" . "http://melpa.milkbox.net/packages/") 19 (setq package-archives '(("melpa-stable" . "https://stable.melpa.org/packages/")
20 ("elpa" . "http://elpa.gnu.org/packages/"))) 20 ("elpa" . "http://elpa.gnu.org/packages/")))
21 21
22 (defun af-bootstrap-packages () 22 (defun af-bootstrap-packages ()
23 (interactive) 23 (interactive)
24 (unless package-archive-contents (package-refresh-contents)) 24 (unless package-archive-contents (package-refresh-contents))
44 yaml-mode 44 yaml-mode
45 company 45 company
46 wgrep 46 wgrep
47 monky 47 monky
48 git-gutter 48 git-gutter
49 exec-path-from-shell
49 ;; for go-eldoc 50 ;; for go-eldoc
50 popup 51 popup
51 auto-complete 52 auto-complete
52 go-autocomplete 53 go-autocomplete
53 go-eldoc 54 go-eldoc