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

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

Re: Disable erc-fill-mode


From: Alex Kost
Subject: Re: Disable erc-fill-mode
Date: Mon, 31 Mar 2014 22:48:14 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Esben Stien (2014-03-31 22:18 +0400) wrote:

> Alex Kost <alezost@gmail.com> writes:
>
>> Try to remove `fill' symbol from `erc-modules' variable or just set the
>> latter to the list of modules you need - (info "(erc) Modules").
>
> I copied the following into my irc.lisp file and evaluated it, but there's
> still no difference.
>
> (defcustom erc-modules '(netsplit button match track completion readonly
>                        networks ring autojoin noncommands irccontrols
>                        move-to-prompt stamp menu list)
> ...
>   :group 'erc)

Why "irc.lisp"?  According to (info "(erc) Getting Started"), it should
be "~/.emacs.d/.ercrc.el" or just use your ".emacs" (or
"~/.emacs.d/init.el").

And you don't need to copy that defcustom, just set that variable.
Like this:

(setq erc-modules '(netsplit button match track completion readonly
                    networks ring autojoin noncommands irccontrols
                    move-to-prompt stamp menu list))




reply via email to

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