diff options
| author | Juri Linkov | 2013-12-12 02:42:16 +0200 |
|---|---|---|
| committer | Juri Linkov | 2013-12-12 02:42:16 +0200 |
| commit | d5ccb7be025ddc5a6ac8c5291d89596b78d9745c (patch) | |
| tree | 6294a8832e9953b8ce72f30be4d396daf0255c31 /etc | |
| parent | 7204a2e666b34d8b309b7b8568c88032468e207e (diff) | |
| download | emacs-d5ccb7be025ddc5a6ac8c5291d89596b78d9745c.tar.gz emacs-d5ccb7be025ddc5a6ac8c5291d89596b78d9745c.zip | |
* lisp/uniquify.el (uniquify-buffer-name-style): Change default to `post-forward-angle-brackets'.
* lisp/menu-bar.el (menu-bar-options-menu): Don't require preloaded `uniquify'.
Change default to `post-forward-angle-brackets'.
http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00317.html
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -205,7 +205,7 @@ 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. | 208 | ** Uniquify is enabled by default with post-forward-angle-brackets style. |
| 209 | 209 | ||
| 210 | ** 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. |
| 211 | 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. |