diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -123,8 +123,9 @@ regardless of the value of `delete-by-moving-to-trash'. | |||
| 123 | The reason is that this interferes with cua-mode. | 123 | The reason is that this interferes with cua-mode. |
| 124 | 124 | ||
| 125 | ** partial-completion-mode is now obsolete. | 125 | ** partial-completion-mode is now obsolete. |
| 126 | You can get the same behavior with | 126 | You can get a comparable behavior with: |
| 127 | (setq completion-styles '(partial-completion initials)). | 127 | (setq completion-styles '(partial-completion initials)) |
| 128 | (setq completion-pcm-complete-word-inserts-delimiters t) | ||
| 128 | 129 | ||
| 129 | ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. | 130 | ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. |
| 130 | ** Customize | 131 | ** Customize |