Mercurial > dotfiles
changeset 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 | 2ea29b487b06 |
children | 7392a48b8dcb |
files | .elisp/settings/00.bootstrap.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/settings/00.bootstrap.el +++ b/.elisp/settings/00.bootstrap.el @@ -16,7 +16,7 @@ (package-initialize) -(setq package-archives '(("melpa" . "http://melpa.milkbox.net/packages/") +(setq package-archives '(("melpa-stable" . "https://stable.melpa.org/packages/") ("elpa" . "http://elpa.gnu.org/packages/"))) (defun af-bootstrap-packages () @@ -46,6 +46,7 @@ wgrep monky git-gutter + exec-path-from-shell ;; for go-eldoc popup auto-complete