diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-06-26 19:29:43 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-06-26 19:29:43 +0000 |
commit | 84975bbe3b9767f71190351fbdbb4303bfd27414 (patch) | |
tree | a41b5fe04ef100084631896d9ee65b31d20094b8 /lisp/cus-start.el | |
parent | 767e72aa53545f4332641c3e1b31651cd09fdda6 (diff) | |
download | emacs-84975bbe3b9767f71190351fbdbb4303bfd27414.tar.gz |
Add customization types for word-wrap and shift-select-mode.
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 |