help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Refill mode for text-mode, but not for org-mode


From: Decebal
Subject: Refill mode for text-mode, but not for org-mode
Date: Fri, 24 Oct 2008 07:18:03 -0700 (PDT)
User-agent: G2/1.0

I have the following in my .emacs:
    (add-hook 'text-mode-hook
      (lambda () (refill-mode 1)
      )

This sets refill-mode for text-mode -what I want-, but also for org-
mode -what I do not want-. How can I set it for text-mode without also
setting it for org-mode?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]