branch: externals/bind-key commit 4095f1bdae7989981803d25a52384383116e6db6 Merge: 17a049b0f7 c81f9e78fc Author: John Wiegley <jo...@newartisans.com> Commit: GitHub <nore...@github.com>
Merge pull request #1007 from bhankas/master --- .elpaignore | 1 + NEWS.md | 2 +- bind-key.el | 2 +- default.mk | 4 ++-- doc/README.org | 12 ++++++++++++ use-package-core.el | 4 ++-- use-package.el | 2 +- use-package.org | 2 +- 8 files changed, 21 insertions(+), 8 deletions(-) diff --git a/.elpaignore b/.elpaignore index 2e84c1351d..d9ca1c78a6 100644 --- a/.elpaignore +++ b/.elpaignore @@ -1 +1,2 @@ .travis.yml +doc/* diff --git a/NEWS.md b/NEWS.md index 6e8530ef37..38f5dc70a1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Changes -## 2.4.2 +## 2.4.3 This release prepares for inclusion to GNU ELPA and includes no other changes diff --git a/bind-key.el b/bind-key.el index 817ca5efb2..cca5ad8618 100644 --- a/bind-key.el +++ b/bind-key.el @@ -6,7 +6,7 @@ ;; Maintainer: John Wiegley <jo...@newartisans.com> ;; Created: 16 Jun 2012 ;; Modified: 29 Nov 2017 -;; Version: 2.4 +;; Version: 2.4.1 ;; Keywords: keys keybinding config dotemacs ;; URL: https://github.com/jwiegley/use-package diff --git a/default.mk b/default.mk index 3204881849..c10bb80853 100644 --- a/default.mk +++ b/default.mk @@ -63,9 +63,9 @@ ELGS = ## Versions ########################################################## -VERSION = 2.4.2 +VERSION = 2.4.3 -USE_PACKAGE_VERSION = 2.4.2 +USE_PACKAGE_VERSION = 2.4.3 EMACS_VERSION = 24.3 diff --git a/doc/README.org b/doc/README.org new file mode 100644 index 0000000000..f16d19563e --- /dev/null +++ b/doc/README.org @@ -0,0 +1,12 @@ +#+title: use-package Documentation generator +:PREAMBLE: +#+author: Payas Relekar +#+email: relekarpa...@gmail.com +#+date: 2022-{{{year}}} +#+language: en + +This directory contains necessary scripts and static resources to generate +online documentation for at [[https://jwiegley.github.io/use-package/][use-package]]. + +The static site generator used is [[https://gohugo.io/][Hugo]] and uses org-mode documents from this +repository via [[https://github.com/kaushalmodi/ox-hugo][ox-hugo]] org-mode to markdown converter. diff --git a/use-package-core.el b/use-package-core.el index f27d158fc0..52d7abd4cb 100644 --- a/use-package-core.el +++ b/use-package-core.el @@ -6,7 +6,7 @@ ;; Maintainer: John Wiegley <jo...@newartisans.com> ;; Created: 17 Jun 2012 ;; Modified: 29 Nov 2017 -;; Version: 2.4.2 +;; Version: 2.4.3 ;; Package-Requires: ((emacs "24.3")) ;; Keywords: dotemacs startup speed config package ;; URL: https://github.com/jwiegley/use-package @@ -66,7 +66,7 @@ "A use-package declaration for simplifying your `.emacs'." :group 'startup) -(defconst use-package-version "2.4.2" +(defconst use-package-version "2.4.3" "This version of use-package.") (defcustom use-package-keywords diff --git a/use-package.el b/use-package.el index 574431d80b..240693c118 100644 --- a/use-package.el +++ b/use-package.el @@ -6,7 +6,7 @@ ;; Maintainer: John Wiegley <jo...@newartisans.com> ;; Created: 17 Jun 2012 ;; Modified: 29 Nov 2017 -;; Version: 2.4.2 +;; Version: 2.4.3 ;; Package-Requires: ((emacs "24.3") (bind-key "2.4")) ;; Keywords: dotemacs startup speed config package ;; URL: https://github.com/jwiegley/use-package diff --git a/use-package.org b/use-package.org index 1fddd20d31..bfbfa1f94f 100644 --- a/use-package.org +++ b/use-package.org @@ -168,7 +168,7 @@ doing so, to make sure you are not using an outdated value for ~load-path~. should display something like #+begin_example - use-package-version’s value is "2.4.2" + use-package-version’s value is "2.4.3" #+END_EXAMPLE If you are completely new to use-package then see {{{link-jump(Getting