diff options
Diffstat (limited to 'text-conf.el')
-rw-r--r-- | text-conf.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/text-conf.el b/text-conf.el index 1fe9696..46d8fa3 100644 --- a/text-conf.el +++ b/text-conf.el @@ -2,6 +2,11 @@ (require 'text-mode) +;;; Hide auto-fill mode in the mode line. + +; The original value is " Fill" +(setcdr (assq 'auto-fill-function minor-mode-alist) (list "")) + ;;;###autoload (defvar insert-section-heading-history nil "The history of inserted section heading strings") |