From 84975bbe3b9767f71190351fbdbb4303bfd27414 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 26 Jun 2008 19:29:43 +0000 Subject: [PATCH] Add customization types for word-wrap and shift-select-mode. --- lisp/cus-start.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5