aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJohn Wiegley2017-12-07 13:13:49 -0800
committerJohn Wiegley2017-12-07 13:13:49 -0800
commit80e8a599b4392bbb45a6263c8e750db267b8e4e9 (patch)
tree4b73b0883bbb4fb02dba15d4450829f0bbbb75d9 /etc
parent96ecfab9e4e219eb525d945ad14f6742562b11b1 (diff)
downloademacs-80e8a599b4392bbb45a6263c8e750db267b8e4e9.tar.gz
emacs-80e8a599b4392bbb45a6263c8e750db267b8e4e9.zip
Introduce new customization variable `use-package-merge-key-alist'
Diffstat (limited to 'etc')
-rw-r--r--etc/USE-PACKAGE-NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/USE-PACKAGE-NEWS b/etc/USE-PACKAGE-NEWS
index 265e98f2094..76556be9b2e 100644
--- a/etc/USE-PACKAGE-NEWS
+++ b/etc/USE-PACKAGE-NEWS
@@ -154,6 +154,13 @@
154 it is loaded, `helm-descbinds` itself is not loaded until the user presses 154 it is loaded, `helm-descbinds` itself is not loaded until the user presses
155 `C-h b`. 155 `C-h b`.
156 156
157- For extension authors, there is a new customization variable
158 `use-package-merge-key-alist` that specifies how values passed to multiple
159 occurences of the same key should be merged into a single value, during
160 normalization of the `use-package` declaration into a proper plist. The
161 default behavior is to simply append the values together (since they are
162 always normalized to lists).
163
157### Bug fixes 164### Bug fixes
158 165
159- Repeating a bind no longer causes duplicates in personal-keybindings. 166- Repeating a bind no longer causes duplicates in personal-keybindings.