mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(text-mode-hook): Customize.
This commit is contained in:
parent
71a8e74b6e
commit
e144fd4e47
1 changed files with 5 additions and 2 deletions
|
|
@ -28,8 +28,11 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(defvar text-mode-hook nil
|
||||
"Normal hook run when entering Text mode and many related modes.")
|
||||
(defcustom text-mode-hook nil
|
||||
"Normal hook run when entering Text mode and many related modes."
|
||||
:type 'hook
|
||||
:options '(turn-on-auto-fill)
|
||||
:group 'data)
|
||||
|
||||
(defvar text-mode-variant nil
|
||||
"Non-nil if this buffer's major mode is a variant of Text mode.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue