2017-12-04 |
John Wiegley | Correction to error detection at both :init and :config... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Report errors during deferred :config as intelligent... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Drop some unnecessary detail from a warning message |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Minor simplification |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Fix a byte-compiler warning in up-ensure.el |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Move optional jumping functionality to its own module |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Break out ensure/diminish/delight into their own suppor... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Move the use-package-keywords defcustom to the top... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Disable a test that is not working on Travis |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Move functions around for better logical grouping |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | More variable renaming needed in the tests |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Change most use-package-- prefixes to just use-package- |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Remove a local variable binding |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Always catch errors during configuration |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Separate out all tests, the better to identify which... |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | Define macroexpand-1 for older Emacsen |
commit | commitdiff | tree | snapshot |
2017-12-03 |
John Wiegley | A great deal of internal reorganization and simplification |
commit | commitdiff | tree | snapshot |
2017-12-02 |
Radon Rosborough | Fix `use-package-ensure-function' docstring typo |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | If use-package-verbose is t, show loading times when... |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Remove the :defer-install keyword |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | :demand should not override an explicit use of :after |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Remove some debug code that crept in |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Add tests for the last two keywords |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Add many more tests |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Always wrap the expanded body from use-package in ... |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Comment out :no-require test for now |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Don't factor out a volatile variable |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Add many new tests |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Generate :defines and :functions correctly |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Correct the ordering of :preface, :load-path, :defines... |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Whitespace fix |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Move :hook before :defer |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Don't macroexpand bind-keys, leave that to the evaluator |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Always use `load' when loading for the sake of compilation |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Sort keywords at the appropriate time |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Change the :config default, if none has been set in... |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | :no-require t should never require |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Code reformatting |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Allow match-expansion to take multiple cases |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Add test for use-package-test-normalize/:ensure |
commit | commitdiff | tree | snapshot |
2017-12-01 |
John Wiegley | Add the missing plist-delete |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Remove an unneeded defvar |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | A final fix to :ensure + :load-path |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Add a test case for :ensure, following up from |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Don't check for an :ensure that use-package-always... |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Add a use-package-version variable |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Add two new tests |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Add stubs for future tests of all keywords |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Allow :ensure to take a nil value again |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Only add :ensure nil on :load-path if use-package-alway... |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Restructure some code |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Using :load-path without also using :ensure now implies... |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Correction to use-package--recognize-function |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Allow keys to be bound to nil |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Fix a missing `and' |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Use backquote rather than quote |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Correct use-package-normalize-mode |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Whitespace fix |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Update version and copyright |
commit | commitdiff | tree | snapshot |
2017-11-30 |
John Wiegley | Allow :bind ("C-c C-c" . (lambda () (ding))) and #... |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Wiegley | Reorder some items in NEWS.md |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Wiegley | Add NEWS.md file |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Wiegley | Merge pull request from basil-conto/version |
commit | commitdiff | tree | snapshot |
2017-11-29 |
Basil L. Contovounesios | Require Emacs version >= 24.3 |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Wiegley | Merge pull request from basil-conto/520 |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Wiegley | Merge branch 'master' into 520 |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Wiegley | Add a missing (require 'seq) |
commit | commitdiff | tree | snapshot |
2017-11-29 |
Basil L. Contovounesios | Require cl-lib and do not use seq functions |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Wiegley | When use-package-inject-hooks is non-nil, always fire... |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Wiegley | Print map keys in describe-personal-keybindings |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Wiegley | Repeating a bind no longer causes duplicates in persona... |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Wiegley | When byte-compiling, correctly output declare-function... |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Wiegley | Make diminish a soft dependency, as delight already was |
commit | commitdiff | tree | snapshot |
2017-11-29 |
John Wiegley | Allow :diminish to take no argument, once again |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Wiegley | Fix for single :custom (foo bar) |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Wiegley | Allow :custom (foo1 bar1) (foo2 bar2) etc |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Wiegley | Add support for `:hook` |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Wiegley | Append to *use-package* when debugging, don't clear it |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Wiegley | Make unrecognized keywords a warning |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Wiegley | Upgrade license to GPL 3 |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Wiegley | Don't allow :commands, :bind, etc., to be given an... |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Wiegley | Explicit :defer t should override use-package-always... |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Wiegley | Merge pull request from drrlvn/patch-1 |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Wiegley | Corrections to the normalization of :custom |
commit | commitdiff | tree | snapshot |
2017-11-28 |
John Wiegley | Merge pull request from joewreschnig/implicit-diminish |
commit | commitdiff | tree | snapshot |
2017-11-21 |
John Wiegley | Merge pull request from waymondo/master |
commit | commitdiff | tree | snapshot |
2017-11-21 |
Justin Talbott | allow customized values to be nil |
commit | commitdiff | tree | snapshot |
2017-11-20 |
John Wiegley | Merge pull request from canatella/add-customization... |
commit | commitdiff | tree | snapshot |
2017-11-10 |
Damien Merenne | Add support for face customization |
commit | commitdiff | tree | snapshot |
2017-11-10 |
Damien Merenne | Add support for variable customization |
commit | commitdiff | tree | snapshot |
2017-10-30 |
John Wiegley | Merge pull request from carldotac/master |
commit | commitdiff | tree | snapshot |
2017-10-30 |
Carl Lieberman | Fix typos in docstring |
commit | commitdiff | tree | snapshot |
2017-10-13 |
John Wiegley | Merge pull request from emacsjanitors/demote-manually |
commit | commitdiff | tree | snapshot |
2017-10-13 |
Jonas Bernoulli | Cosmetic changes to use-package-ensure-elpa |
commit | commitdiff | tree | snapshot |
2017-10-13 |
Jonas Bernoulli | Don't use with-demoted-errors in use-package-ensure... |
commit | commitdiff | tree | snapshot |
2017-08-13 |
John Wiegley | Merge pull request from raxod502/feat/fix-install-deferred |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Dror Levin | Remove duplicate documentation of :mode |
commit | commitdiff | tree | snapshot |
2017-07-10 |
John Wiegley | Merge pull request from joewreschnig/481-delight-docs |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Joe Wreschnig | Document :delight in the doc string and README |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Joe Wreschnig | Allow `:diminish` with no arguments |
commit | commitdiff | tree | snapshot |
next |