Skip to content

Commit

Permalink
Update URLs to point to new location of quelpa and quelpa-use-package…
Browse files Browse the repository at this point in the history
… repos
  • Loading branch information
Benaiah committed Nov 20, 2018
1 parent 22e92d5 commit 4a211a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions init.el
Expand Up @@ -6,7 +6,7 @@
(quelpa-self-upgrade)
(with-temp-buffer
(url-insert-file-contents
"https://raw.github.com/quelpa/quelpa/master/bootstrap.el")
"https://framagit.org/steckerhalter/quelpa/raw/master/bootstrap.el")
(eval-buffer)))

;; Make Quelpa prefer MELPA-stable over melpa. This is optional but
Expand All @@ -17,8 +17,8 @@
;; Install quelpa-use-package, which will install use-package as well
(quelpa
'(quelpa-use-package
:fetcher github
:repo "quelpa/quelpa-use-package"
:fetcher git
:url "https://framagit.org/steckerhalter/quelpa-use-package.git"
:stable nil))
(require 'quelpa-use-package)

Expand Down
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -12,7 +12,7 @@ and provide a convenient framework for building your config.
(quelpa-self-upgrade)
(with-temp-buffer
(url-insert-file-contents
"https://raw.github.com/quelpa/quelpa/master/bootstrap.el")
"https://framagit.org/steckerhalter/quelpa/raw/master/bootstrap.el")
(eval-buffer)))
;; Make Quelpa prefer MELPA-stable over melpa. This is optional but
Expand All @@ -23,8 +23,8 @@ and provide a convenient framework for building your config.
;; Install quelpa-use-package, which will install use-package as well
(quelpa
'(quelpa-use-package
:fetcher github
:repo "quelpa/quelpa-use-package"
:fetcher git
:url "https://framagit.org/steckerhalter/quelpa-use-package.git"
:stable nil))
(require 'quelpa-use-package)
Expand Down

0 comments on commit 4a211a2

Please sign in to comment.