all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Doing things only in a particular mode
@ 2015-08-24 14:49 Colin Yates
  0 siblings, 0 replies; 14+ messages in thread
From: Colin Yates @ 2015-08-24 14:49 UTC (permalink / raw)
  To: help-gnu-emacs

(newbie warning).

So I understand about (add-hook...) but I can't find the hook I
want. Basically, I have visual-line-mode turned on globally, but I want
to disable it when I view the headers in mu4e.

The buffer is called *mu4e-headers* and I can see the major mode is
mu4e-headers but the following code has no effect:

(add-hook 'mu4e-headers-hook
  (lambda ()
    (visual-line-mode 0)))

I am not sure how 'hooks' are created - I searched through the source
code for my4e-headers-hook but couldn't find it.

Assuming this is the right approach, how can I say 'when the major mode
is X then do this'. What is the idiomatic Emacs way?

Thanks!

Sent with my mu4e



^ permalink raw reply	[flat|nested] 14+ messages in thread
[parent not found: <mailman.0.1440427806.19573.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2015-08-27 13:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-24 14:49 Doing things only in a particular mode Colin Yates
     [not found] <mailman.0.1440427806.19573.help-gnu-emacs@gnu.org>
2015-08-24 15:18 ` Dan Espen
2015-08-24 16:28   ` Colin Yates
2015-08-24 17:32     ` John Mastro
2015-08-25  1:30     ` Emanuel Berg
2015-08-25  1:55       ` Emanuel Berg
2015-08-27  5:17       ` Marcin Borkowski
2015-08-24 17:18 ` Joost Kremers
2015-08-24 17:30   ` Colin Yates
2015-08-24 19:47   ` Jorge A. Alfaro-Murillo
2015-08-26 13:54     ` Stefan Monnier
2015-08-26 19:35       ` Jorge A. Alfaro-Murillo
2015-08-26 20:09         ` Jorge A. Alfaro-Murillo
2015-08-27 13:53         ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.