Change the default value of nxml-sexp-element-flag.
* lisp/nxml/nxml-mode.el (nxml-sexp-element-flag): Default value is now t.
This commit is contained in:
parent
a8ddd05d7d
commit
02e4b05c9d
2 changed files with 9 additions and 1 deletions
8
etc/NEWS
8
etc/NEWS
|
@ -286,6 +286,14 @@ defines the logic of finding a next-error capable buffer.
|
|||
It has an option to use a single such buffer on selected frame, or
|
||||
by default use the last buffer that navigated to the current buffer.
|
||||
|
||||
|
||||
** nxml-mode
|
||||
|
||||
*** Changed default for variable 'nxml-sexp-element-flag' to true.
|
||||
This means that pressing C-M-SPACE now selects the entire tree by
|
||||
default, and not just the opening element.
|
||||
|
||||
|
||||
** Eshell
|
||||
|
||||
---
|
||||
|
|
|
@ -56,7 +56,7 @@ The glyph is displayed in face `nxml-glyph'."
|
|||
:group 'nxml
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom nxml-sexp-element-flag nil
|
||||
(defcustom nxml-sexp-element-flag t
|
||||
"Non-nil means sexp commands treat an element as a single expression."
|
||||
:group 'nxml
|
||||
:type 'boolean)
|
||||
|
|
Loading…
Add table
Reference in a new issue