| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
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
|
|/ |
|
|\
| |
| | |
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.
|
|\ \
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
use-package specified lisp-indent-function to indent like defun.
Currently, use-package main macro specify indent as (declare (indent 1)),
then change indent mode like defun.
(declare (indent defun)) is same effect.
And it is useful when redefining use-package.
|
|\ \ \ \
| | | | |
| | | | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/775
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/787
|
| | |_|_|/
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/912
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Copyright-paperwork-exempt: yes
|
|\ \ \ \ \
| | | | | |
| | | | | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/920
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
GitHub-reference: https://github.com/jwiegley/use-package/issues/921
|
| |/ / / / |
|
|/ / / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Copyright-paperwork-exempt: yes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* eval-when-compile for cases where use-package is only required at
compile time
* remove the 'use-package theme from custom-enabled-themes so e.g.
(mapc #'disable-theme custom-enabled-themes)
won't kill user settings.
|
| | | |
| | | |
| | | |
| | | | |
custom-theme-set-variables
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
saving :custom vars twice"
This reverts commit 8c31c57106e2938d627bf4107627c003620d2dd5.
|
| | | |
| | | |
| | | | |
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/850
|
| | |
| | |
| | |
| | | |
:custom vars twice
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Solves https://github.com/jwiegley/use-package/issues/842
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|