-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
;; Author: Jacob MacDonald <[email protected]>. | ||
;; Created: 18 December 2014. | ||
;; Version: 2.1.0 | ||
;; Version: 2.1.1 | ||
;; Keywords: extensions lisp | ||
;; Homepage: github.com/jaccarmac/quse-package | ||
;; Package-Requires: ((quelpa "0") (use-package "0")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,11 @@ it and it is published here. | |
The syntax of =quse-package= is virtually identical to that of | ||
=use-package=. The significant difference is that instead of looking for the | ||
specified package name locally it will build it using =quelpa= and can thus | ||
accept a package recipe in the same format that the =quelpa= function accepts. | ||
accept a package recipe in the same format that the =quelpa= function | ||
accepts. In addition, if the first parameter after the package name is the | ||
keyword =:upgrade=, =quse-package= will treat that parameter and the one | ||
succeeding it as part of the =quelpa= call. See the =quelpa= documentation for | ||
details on how =:upgrade= works. | ||
|
||
Without further ado, the macro itself. | ||
|
||
|
@@ -67,7 +71,7 @@ Without further ado, the macro itself. | |
|
||
;; Author: Jacob MacDonald <[email protected]>. | ||
;; Created: 18 December 2014. | ||
;; Version: 2.1.0 | ||
;; Version: 2.1.1 | ||
;; Keywords: extensions lisp | ||
;; Homepage: github.com/jaccarmac/quse-package | ||
;; Package-Requires: ((quelpa "0") (use-package "0")) | ||
|