diff options
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 302d6689186..a30abc98281 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -46,6 +46,7 @@ (tab-width editing-basics integer) (ctl-arrow display boolean) (truncate-lines display boolean) + (word-wrap display boolean) (selective-display-ellipses display boolean) (indicate-empty-lines fringe boolean) (indicate-buffer-boundaries @@ -97,6 +98,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of "22.1") ;; callint.c (mark-even-if-inactive editing-basics boolean) + (shift-select-mode editing-basics boolean) ;; callproc.c (shell-file-name execute file) (exec-path execute |