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

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

Re: Make Emacs show current column


From: Teemu Likonen
Subject: Re: Make Emacs show current column
Date: Fri, 15 Jan 2010 08:10:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

On 2010-01-14 12:18 (-0800), loldrup2 wrote:

> Mario Domenech Goulart-2 wrote:
>>     (setq column-number-mode t)
>> 
>> to your ~/.emacs file.

> Straight to the point - thank you for the answer! :)

I think turning on the minor mode, instead of just setting the variable,
is more official way:

    (column-number-mode 1)


reply via email to

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