mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(text-mode-hook): Customize.
This commit is contained in:
parent
71a8e74b6e
commit
e144fd4e47
@ -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…
Reference in New Issue
Block a user