help-octave
[Top][All Lists]
Advanced

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

Re: [OT?] disabling automatic line-break in emacs octave-mode


From: Francesco Potortì
Subject: Re: [OT?] disabling automatic line-break in emacs octave-mode
Date: Fri, 06 Nov 2009 11:17:05 +0100

>I personally find the way emacs automatically breaks lines in octave-
>mode very annoying and I was looking for a way to disable it.

Put this into your /.emacs file:

(add-hook 'octave-mode-hook (lambda () (auto-fill-mode 0)))

-- 
Francesco Potortì (ricercatore)        Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR          Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa         Email: address@hidden
(entrance 20, 1st floor, room C71)     Web:   http://fly.isti.cnr.it/


reply via email to

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