aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/use-package (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request from conao3/fix-declare-styleJohn Wiegley2022-08-071-3/+1
|\ \ \
| * | | * use-package-core.el (use-package): fix declare styleNaoya Yamashita2019-04-141-3/+1
* | | | Merge pull request from waymondo/ensure-system-packages-use-package-as-oneJohn Wiegley2022-08-071-1/+1
|\ \ \ \
| * | | | use `use-package-as-one` for normalizing `:ensure-system-package`Justin Talbott2019-06-141-1/+1
* | | | | Merge pull request from waymondo/use-package-hook-handler-flatten-mode-symbolsJohn Wiegley2022-08-071-1/+5
|\ \ \ \ \
| * | | | | rename functionJustin Talbott2019-06-141-2/+2
| * | | | | extract use-package-hook-handler-flatten-mode-symbols functionJustin Talbott2019-06-141-1/+5
| |/ / / /
* | | | | Merge pull request from waymondo/use-package-chords-autoloading-and-mapping-i...John Wiegley2022-08-072-23/+64
|\ \ \ \ \
| * | | | | update bind-chords to use of eval-after-load when maps declaredJustin Talbott2019-06-202-23/+64
| |/ / / /
* | | | | Merge pull request from matzebond/masterJohn Wiegley2022-08-071-1/+27
|\ \ \ \ \
| * | | | | Add: 'local' keywordMatthias Schmitt2022-07-111-1/+27
| | |_|_|/ | |/| | |
* | | | | Merge pull request from wcy123/masterJohn Wiegley2022-08-071-2/+3
|\ \ \ \ \
| * | | | | optimization: constand folding for read-kbd-macroWang Chunye2022-02-061-2/+3
| |/ / / /
* | | | | Merge pull request from phst/lexJohn Wiegley2022-08-072-2/+2
|\ \ \ \ \
| * | | | | Migrate remaining files to lexical bindingPhilipp Stephani2020-08-032-2/+2
* | | | | | Merge pull request from iaeerfung/masterJohn Wiegley2022-08-071-1/+1
|\ \ \ \ \ \
| * | | | | | fix docstring. was: invalid function nameYurii Kholodkov2021-02-161-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request from wyuenho/set-default-use-package-enable-imenu-supportJohn Wiegley2022-08-071-2/+3
|\ \ \ \ \ \
| * | | | | | Fix void-variable use-package-enable-imenu-supportJimmy Yuen Ho Wong2021-03-071-2/+3
| |/ / / / /
* | | | | | Merge pull request from wyuenho/statistics-sortingJohn Wiegley2022-08-071-9/+38
|\ \ \ \ \ \
| * | | | | | Properly sort use-package-statistics-reportJimmy Yuen Ho Wong2021-03-131-9/+38
| |/ / / / /
* | | | | | Merge pull request from Hugo-Heagren/bind-keys-repeat-mapJohn Wiegley2022-08-072-9/+72
|\ \ \ \ \ \
| * | | | | | bind-keys-form: error for repeat sub-keywords without :repeat-mapHugo Heagren2022-01-281-0/+4
| * | | | | | bind-key-form: allow :continue keyword inside repeat mapHugo Heagren2022-01-282-4/+17
| * | | | | | bind-key-form: allow :exit keyword inside repeat mapHugo Heagren2022-01-282-3/+17
| * | | | | | bind-keys-form: new keyword :repeat-map, for defining repeat mapsHugo Heagren2022-01-282-4/+36
| |/ / / / /
* | | | | | Merge pull request from danielpza/add-update-custom-packageJohn Wiegley2022-08-071-1/+10
|\ \ \ \ \ \
| * | | | | | feat: add update custom packages commandDaniel Perez Alvarez2021-04-171-1/+10
| |/ / / / /
* | | | | | Merge pull request from tarsiiformes/silencioJohn Wiegley2022-08-071-1/+2
|\ \ \ \ \ \
| * | | | | | Avoid positional arguments to define-minor-modeJonas Bernoulli2022-06-261-1/+2
| |/ / / / /
* | | | | | Fix typo in use-package docstringStefan Kangas2022-06-261-1/+1
|/ / / / /
* | | | | unbind-key: Ensure that keys are removed from the keymapDaniel Mendler2021-02-101-11/+41
* | | | | bind-key: Use new symbols for kmapvarDaniel Mendler2021-02-101-4/+7
* | | | | Add use-package-use-theme and avoid missing theme errorsTed Zlatanov2021-02-061-12/+35
* | | | | Use a single let binding when expanding consecutive :custom formsJohann Klähn2021-02-031-11/+12
* | | | | Remove use-package theme from global list of custom-enabled-themesTed Zlatanov2021-01-101-3/+8
* | | | | Create new "use-package" themse and use it for :custom with custom-theme-set-...Ted Zlatanov2020-11-291-2/+8
* | | | | set property theme-value to avoid saving variableTed Zlatanov2020-11-291-1/+2
* | | | | Revert "use-package-core.el: use the Emacs set-default function to avoid savi...Ted Zlatanov2020-11-291-4/+1
* | | | | set saved-variable-comment from :customTed Zlatanov2020-11-291-1/+2
* | | | | Update version to 2.4.1John Wiegley2020-11-102-3/+3
| |_|_|/ |/| | |
* | | | Merge branch 'master' into patch-1Jimmy Yuen Ho Wong2020-07-221-1/+3
|\ \ \ \ | |/ / /
| * | | Update the documentation for :custom as perTed Zlatanov2020-07-121-1/+3
| * | | Fix broken test due toJimmy Yuen Ho Wong2020-07-121-1/+1
* | | | Support keymap symbol in bind-keyJimmy Yuen Ho Wong2020-07-081-5/+8
|/ / /
* | | use-package-core.el: use the Emacs set-default function to avoid saving :cust...Ted Zlatanov2020-06-221-1/+3
* | | Merge branch 'master' into call-hooks-even-if-no-configJohn Wiegley2020-06-181-4/+4
|\ \ \
| * | | typo, should be a vector, not a bytecode objectNahuel Greco2020-05-201-4/+4
* | | | Add special value back again, in case needed for backwards compatJohn Lee2020-05-091-2/+3
* | | | Even when there's no :config, run any pre/post config hooksJohn Lee2020-05-091-3/+2
|/ / /