diff options
| author | Stefan Monnier | 2013-11-29 13:36:31 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-11-29 13:36:31 -0500 |
| commit | 4e36a6a6e2ce2367d0c049c45c91a7ae48ae1e77 (patch) | |
| tree | 43c580d62dc819d38b189d9ee5ac266a846f34bd /etc | |
| parent | a82537763d320911ec36d35869900110c9eb7137 (diff) | |
| download | emacs-4e36a6a6e2ce2367d0c049c45c91a7ae48ae1e77.tar.gz emacs-4e36a6a6e2ce2367d0c049c45c91a7ae48ae1e77.zip | |
* lisp/loadup.el: Preload "uniquify".
* lisp/uniquify.el (uniquify-buffer-name-style): Change default.
* src/lisp.mk (lisp): Add uniquify.elc.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -205,6 +205,8 @@ Czech typography rules. To globally enable this feature, evaluate: | |||
| 205 | 205 | ||
| 206 | ** `electric-indent-mode' is enabled by default. | 206 | ** `electric-indent-mode' is enabled by default. |
| 207 | 207 | ||
| 208 | ** Uniquify is enabled by default. | ||
| 209 | |||
| 208 | ** Command `rectangle-mark-mode' bound to C-x SPC makes a rectangular region. | 210 | ** Command `rectangle-mark-mode' bound to C-x SPC makes a rectangular region. |
| 209 | Most commands are still unaware of it, but kill/yank do work on the rectangle. | 211 | Most commands are still unaware of it, but kill/yank do work on the rectangle. |
| 210 | 212 | ||