Skip to content

Commit

Permalink
Move quelpa-update-melpa-p to the right place.
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 6bc3a495e568b5d227f1b300eb7d1f40223c954c
  • Loading branch information
jaccarmac committed May 19, 2015
1 parent ae4c881 commit 99cfa0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dot-emacs-dot-d.org
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ Now, for some code.
#+NAME: quelpa
#+BEGIN_SRC emacs-lisp
(package-initialize)
(setq quelpa-update-melpa-p nil)
(unless (require 'quelpa nil t)
(with-temp-buffer
(url-insert-file-contents
"https://raw.github.com/quelpa/quelpa/master/bootstrap.el")
(eval-buffer)))
(setq quelpa-update-melpa-p nil)
#+END_SRC

Because of the last snippet, =use-package= can be downloaded using the
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(package-initialize)
(setq quelpa-update-melpa-p nil)
(unless (require 'quelpa nil t)
(with-temp-buffer
(url-insert-file-contents
"https://raw.github.com/quelpa/quelpa/master/bootstrap.el")
(eval-buffer)))
(setq quelpa-update-melpa-p nil)

(quelpa 'use-package)
(require 'use-package)
Expand Down

0 comments on commit 99cfa0b

Please sign in to comment.