| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* test/lisp/use-package/use-package-chords-tests.el:
* test/lisp/use-package/use-package-tests.el: Remove local
variables section. Require 'ert' and fix copyright header.
|
|
|
|
|
| |
* use-package-tests.el (use-package-test/pre-post-hooks-with-:config)
(use-package-test/pre-post-hooks-without-:config): Remove tests.
|
|\
| |
| | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/1023
|
| | |
|
|/ |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/1008
Copyright-paperwork-exempt: yes
|
| |
| |
| |
| |
| | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/934
Copyright-paperwork-exempt: yes
|
| |\
| | |
| | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/917
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/743
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
waymondo/use-package-chords-autoloading-and-mapping-improvements
GitHub-reference: https://github.com/jwiegley/use-package/issues/778
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
also improve :chord keyword syntax processing to more closely mimic bind-keys since the same binding
normalizer is used.
also add tests for use-package-chords to cover these test cases
|
|\ \ \
| | | |
| | | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/849
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Instead, use the non-deprecated ‘cl-flet’ and ‘cl-letf’ macros from the
‘cl-lib’ package.
This also allows us to remove the ‘plist-delete’ helper function, which was
only used to effectively un-deprecate ‘flet’.
|
|\ \ \
| |/ /
|/| | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/863
|
| | |
| | |
| | |
| | | |
This commit follows suggestion at https://github.com/jwiegley/use-package/issues/696, https://github.com/jwiegley/use-package/issues/821
|
| | | |
|
| | |
| | |
| | |
| | | |
custom-theme-set-variables
|
|/ /
| |
| | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/861
|
|\ \ |
|
| | |
| | |
| | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/850
|
| | | |
|
|/ /
| |
| | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/845
|
| |
| |
| |
| |
| |
| |
| |
| | |
I don't know why this special value exists, but perhaps old client code uses it.
The additional `t' in the macro expansion is accidental but not harmful I guess.
Copyright-paperwork-exempt: yes
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
i.e., following the existing docs for use-package-inject-hooks, these hooks are
run:
use-package--foo--pre-config-hook
use-package--foo--post-config-hook
This should make config customisations more predictable (for example, spacemacs
uses these hooks extensively to allow 'layers' to be customised).
I got rid of the "special" default value for :config, because it doesn't seem to
be treated any differently than nil.
Fixes https://github.com/jwiegley/use-package/issues/785
Copyright-paperwork-exempt: yes
|
|/ |
|
|
|
|
|
|
| |
Fix https://github.com/jwiegley/use-package/issues/696.
Copyright-paperwork-exempt: yes
|
| |
|
|
|
|
| |
This supersedes https://github.com/jwiegley/use-package/issues/617 and closes https://github.com/jwiegley/use-package/issues/648
|
|
|
|
|
| |
This reverts commit d21787f1d64a740c0e00899835d9200a0e4690df, reversing
changes made to fd8a3510fd1a555b925f57b2870917e3c4ea0206.
GitHub-reference: https://github.com/jwiegley/use-package/issues/617
|
|
|
|
| |
This reverts commit c29193bf0724633adf7183dad2d0b6faf7d029ab.
|
| |
|
| |
|
| |
|
|
|
|
| |
Address the question raised in https://github.com/jwiegley/use-package/issues/591
|
|
|
| |
GitHub-reference: https://github.com/jwiegley/use-package/issues/589
|
|
|
| |
GitHub-reference: https://github.com/jwiegley/use-package/issues/572
|
|
|
| |
GitHub-reference: https://github.com/jwiegley/use-package/issues/482
|
|
|
| |
GitHub-reference: https://github.com/jwiegley/use-package/issues/482
|
|
|
|
| |
Fixes https://github.com/jwiegley/use-package/issues/585
|
| |
|
| |
|