| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
* 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
|
|\|
| |
| |
| |
| |
| |
| |
| | |
67ef92fb0e9 Revert "; * src/emacs.c (main): Improvements to last chan...
6ccdda3df2e server-eval-at: Don't call server--file-name
90895773293 ; Improve use-package Commentary sections
15dda8cd5b3 ; Don't say to require bind-key in use-package manual
26267040549 ; Normalize GPLv3 license statements in new files
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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 (get-binding-description)
(compare-keybindings): Rename from this...
(bind-key--get-binding-description)
(bind-key--compare-keybindings): ...to this.
|
|
|
|
|
| |
* 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
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
```
■ Warning (comp): use-package-core.el:907:2: Warning: docstring has
wrong usage of unescaped single quotes (use \= or different quoting)
■ Warning (comp): use-package-core.el:930:2: Warning: docstring has
wrong usage of unescaped single quotes (use \= or different quoting)
```
To reproduce, have emacs build with native compilation and notice the
compilation logs. You can then open this file and run `M-x
emacs-lisp-native-compile-and-load` before and after the changes to see the
warning is removed.
|
| |
| |
| |
| | |
This reverts commit 4938167bfffcf08279445827d2eaae78c9557675.
|
|\ \
| | |
| | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/859
|
| | |
| | |
| | |
| | | |
Copyright-paperwork-exempt: yes
|
| | |
| | |
| | |
| | | |
Copyright-paperwork-exempt: yes
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In 4004dde the arguments to `define-minor-mode` were changed
erroneously. Whereas the `override-global-mode` was initially defined
as `(define-minor-mode override-global-mode "..." t "")`, the two
latter arguments where changed to `:global t :lighter ""`. However,
the two original arguments corresponded to the keywords `:init-value`
and `:lighter`, respectively.
With `:init-value t` now missing, the minor mode isn't enabled by
default, and `bind-key*` appears not to work.
Copyright-paperwork-exempt: yes
|
| | |
| | |
| | |
| | |
| | |
| | | |
The byte-compiler started pointing this out:
Warning: docstring has wrong usage of unescaped single
quotes (use \= or different quoting)
|
|\ \ \
| | | |
| | | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/760
|