-
Merge pull request #721 from lrochfort/ensure-system-package_use-sudo
[Fix #720] Install system packages using system-packages-install
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
[Fix #720] Install system packages using system-packages-install
:ensure-system-package was installing packages by running system-packages-get-command via async-shell-command. This meant that system-packages-use-sudo wasn't being honoured. This patch makes :ensure-system-package use system-packages-install for all cases, except where a custom install command is supplied, in which case async-shell-command is used. This issue was introduced in 7303e89 [#673], as a fix for [#661]. Prior to that commit, system-packages-use-sudo was being honoured. This patch also fixes a bug where a cons containing a lone symbol in a list of conses causes nil to used as the package to install.
-
Merge pull request #686 from justbur/autoload-keymap
Correct prefix keys after use-package-autoload-keymap
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #703 from jwiegley/ensure-system-package-filepath
allow :ensure-system-package to check the presence of files at path
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #697 from killdash9/patch-1
Place :chords at beginning of use-package-keywords
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Place :chords at beginning of use-package-keywords
When it is at the end, the keys don't get bound until after the package has been loaded, which is bad. Placing it at the beginning allows the key bindings to be mapped to auto-loaded functions before the package is loaded, so that a key chord press triggers the package load.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #658 from killdash9/patch-1
New style of auto-deferral for chords
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #657 from jabranham/enable-lexical-binding
Enable lexical binding
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was signed with a verified signature.jabranham Alex Branham
GPG key ID: 1E4227A253E99AC7 Learn about signing commits -
Fix use-package-normalize-function tests
jabranham committedMay 22, 2018 Verified
This commit was signed with a verified signature.jabranham Alex Branham
GPG key ID: 1E4227A253E99AC7 Learn about signing commits -
Verified
This commit was signed with a verified signature.jabranham Alex Branham
GPG key ID: 1E4227A253E99AC7 Learn about signing commits
-
Merge pull request #692 from taingra/master
Added an Introduction taken from the README
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
-
Merge pull request #689 from andschwa/patch-1
Update debug info in readme
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Correct prefix keys after use-package-autoload-keymap
By adding events of the form (cons t event) to unread-command-events, Emacs correctly updates this-command-keys for the subsequent use of the prefix. Before this change, packages like my which-key were not getting the correct prefix after use-package-autoload-keymap loaded the relevant package. See justbur/emacs-which-key#192
-
Merge pull request #683 from akhramov/fix/ensure-system-package-cleanup
ensure-system-package cleanup
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
The function introduced in #673 wasn't declared at compile time, and it made byte compiler unhappy. Moreover, it was forgotten to remove redundant compile time variables. Thanks @tarsius for pointing that out. This change * Removes redundant variable declarations * Adds `system-packages-get-command` function declaration.
Verified
This commit was signed with a verified signature.akhramov Artem Khramov
GPG key ID: 1AD1513870900FCE Learn about signing commits
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
1. Added new use-package logo files: - Overwritten existing .png files with new .png files in static folder - Overwritten existing .ico file with new .ico file that has multiple dimensions (16x16, 32x32, 48x48) - Added img folder - Added svg-file that will be used as main logo to img folder - Added the logo source files to /img/logo-raw folder if any changes are needed in the future 2. Change config.toml - Added param favicon to force load the new favicon and not a cached one - Changed logo path to img/use-package-logo-96x96-v1.svg
-
Merge pull request #674 from andschwa/remap-command
Document that remapping commands is supported with bind-key
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #673 from akhramov/fix/ensure-system-package-nocon…
…firm [Fix #661] ensure-system-package: honor system-packages customizations
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
[Fix #661] ensure-system-package: honor system-packages customizations
ensure-system-package doesn't honor system-packages customizations (#661), because system-packages didn't provide an API to retrieve shell command to be executed. This change makes use of the new system-packages' `system-package-get-command` function and therefore fixes the issue.
1Verified
This commit was signed with a verified signature.akhramov Artem Khramov
GPG key ID: 1AD1513870900FCE Learn about signing commits
-
Merge pull request #663 from asmeurer/auto-package-update
Add info about auto-package-update to the README
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Add info about auto-package-update to the README
When I first read the README, I assumed that :ensure kept packages up-to-date. It is very unclear about this. Having discovered that it doesn't, I found auto-package-update, which seems to do this job just fine.
Verified
This commit was signed with a verified signature.asmeurer Aaron Meurer
GPG key ID: 60ECCF21BA4D07FA Learn about signing commits
-
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #655 from niko2342/add-missing-parenthesis
Add missing parenthesis
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was signed with a verified signature.niko2342 Nico Wagner
GPG key ID: A1EDB772707D54EC Learn about signing commits
-
Merge pull request #654 from waymondo/master
:ensure-system-package - allow cdr of cons to be a package name symbol
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits