| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* lisp/use-package/use-package-ensure-system-package.el: Remove
Version: header, to avoid confusing loaddefs-gene. (Bug#68304)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* lisp/finder.el (finder--builtins-alist): Remove "use-package"
directory.
* lisp/use-package/bind-key.el: Declare library as part of the
'bind-key' package.
* lisp/use-package/use-package-bind-key.el:
* lisp/use-package/use-package-core.el:
* lisp/use-package/use-package-delight.el:
* lisp/use-package/use-package-diminish.el:
* lisp/use-package/use-package-ensure-system-package.el:
* lisp/use-package/use-package-ensure.el:
* lisp/use-package/use-package-jump.el:
* lisp/use-package/use-package-lint.el: Declare library as part of the
'use-package' package. (Bug#62751)
Do not merge to master.
|
|
|
|
|
|
| |
* lisp/use-package/bind-key.el (bind-key): Ensure 'bind-key' is
loaded at run time. Patch by John Wiegley <johnw@gnu.org>.
(Bug#64901)
|
|
|
|
| |
* lisp/use-package/use-package.el: Bump version to 2.4.5.
|
| |
|
|
|
|
|
|
| |
* lisp/use-package/use-package-core.el (use-package-defaults):
Enlarge type to allow for keywords such as :ensure and :pin to be
added later, remedying a failure in test-custom-opts.
|
| |
|
| |
|
|
|
|
|
| |
* lisp/use-package/use-package-bind-key.el
(use-package-autoload-keymap): Improve docstring.
|
|
|
|
| |
* lisp/use-package/use-package-core.el (use-package): Refer to manual.
|
|
|
|
|
|
|
| |
* lisp/use-package/use-package-core.el (use-package): Clarify the
effect of :after in docstring.
Resolves https://github.com/jwiegley/use-package/issues/825
|
|
|
|
|
|
|
|
|
| |
* lisp/use-package/bind-key.el:
* lisp/use-package/use-package-bind-key.el:
* lisp/use-package/use-package-core.el:
* lisp/use-package/use-package-ensure-system-package.el:
* lisp/use-package/use-package-ensure.el:
* lisp/use-package/use-package.el: Improve Commentary sections.
|
| |
|
|
|
|
|
| |
* lisp/use-package/bind-key.el (bind-key-segregation-regexp)
(bind-key): Minor doc fixes.
|
|
|
|
|
|
|
| |
* lisp/use-package/bind-key.el (bind-key):
* lisp/use-package/use-package-core.el (use-package):
* lisp/use-package/use-package-ensure.el (use-package-ensure): Add
:link, :version and :group to defgroups.
|
|
|
|
|
|
|
|
| |
* lisp/use-package/bind-chord.el:
* lisp/use-package/use-package-chords.el:
* test/lisp/use-package/use-package-chords-tests.el: Delete files.
* doc/misc/use-package.texi (use-package-chords): Delete section.
Ref: https://lists.gnu.org/r/emacs-devel/2022-12/msg00052.html
|
|
|
|
|
| |
* lisp/use-package/use-package-core.el (use-package): Move
defgroup to custom :group 'initialization'.
|
|
|
|
|
|
|
|
|
| |
* lisp/use-package/use-package-ensure-system-package.el
(use-package-ensure-system-package--custom-packages)
(use-package-ensure-system-package-consify)
(use-package-ensure-system-package-update-custom-packages)
(use-package-normalize/:ensure-system-package)
(use-package-ensure-system-package-exists?): Improve docstrings.
|
|
|
|
|
| |
* lisp/use-package/bind-key.el (bind-keys*): Add docstring.
(override-global-mode) Improve docstring.
|
|
|
|
| |
This reverts commit 620fe443c2e7598191cb5d6c6a41064471edb57c.
|
| |
|
| |
|
|\
| |
| | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/1023
|
| | |
|
| | |
|
|/ |
|
| |
|
|\ |
|
| |\
| | |
| | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/1015
|
| | | |
|
| |\ \
| | |/
| |/| |
GitHub-reference: https://github.com/jwiegley/use-package/issues/1013
|
| | |
| | |
| | |
| | |
| | | |
This fixes the following error:
use-package-core.el:60:32:Error: Cannot open load file: subr-x
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes the following error in Emacs 25.3:
In toplevel form:
bind-key.el:549:1:Error: the function ‘mapcan’ is not known to be defined.
|
| |/ |
|
| |\
| | |
| | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/1009
|
| | |
| | |
| | |
| | |
| | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/1008
Copyright-paperwork-exempt: yes
|
| | | |
|
| |/ |
|
| |\
| | |
| | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/1004
|
| | |
| | |
| | |
| | |
| | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/934
Copyright-paperwork-exempt: yes
|
| | |
| | |
| | |
| | | |
In preparation for inclusion to GNU ELPA.
|
| |/
| |
| |
| |
| | |
- Update year to 2022
- Set copyright to Free Software Foundation, Inc.
|
| |\
| | |
| | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/917
|
| | |
| | |
| | |
| | |
| | | |
:autoload is similar to :command but this generate autoload
statement as *no-interactive* function.
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
To reproduce, have emacs built with native compilation and notice the
compilation logs. You can then open the offending file and run `M-x
emacs-lisp-native-compile-and-load` before and after the changes to see
the warning is removed.
```
■ Warning (comp): bind-key.el:150:2: Warning: docstring has wrong
usage of unescaped single quotes (use \= or different quoting)
```
|
|\ \
| | |
| | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/743
|
| |/ |
|