Mercurial > dotfiles
changeset 393:08755f0a9f1f
bootstrap: drop trailing whitespace
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 27 Jun 2016 16:31:18 -0400 |
parents | 6340c1a17845 |
children | 2f05f081d9c1 |
files | .elisp/settings/00.bootstrap.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/settings/00.bootstrap.el +++ b/.elisp/settings/00.bootstrap.el @@ -8,7 +8,7 @@ ;; would bootstrap ELPA from the source, tromey.com, but that sucks, ;; because that version of package.el doesn't support multiple archives ;; even in 2012. old/package.el is from http://bit.ly/pkg-el23, which is - ;; cited at https://github.com/technomancy/package.el as the last emacs23 + ;; cited at https://github.com/technomancy/package.el as the last emacs23 ;; version of package.el. (unless (load (expand-file-name "~/.elisp/old/package.el")) (error "ELPA is not in Emacs, and local package.el failed to load.")))