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

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

Re: visually mark off 80th column?


From: Brendan Miller
Subject: Re: visually mark off 80th column?
Date: Fri, 22 Jan 2010 11:23:17 -0800

I installed ColumnMarker from here:
http://www.emacswiki.org/emacs/ColumnMarker

into ~/emacs and then put this in my emacs file to always highlight
the 80th column:
(add-to-list 'load-path "~/emacs/")
(require 'column-marker)
(column-marker-1 80)

However this does nothing.

If I m-x column-marker-1 it simply highlights the current line...

anyone know what's going on? I almost never touch elisp.

Brendan

On Thu, Jan 21, 2010 at 5:53 PM, Drew Adams <drew.adams@oracle.com> wrote:
>> In my other editors I always turn on a little line that delimits the
>> 80th column. How do I do this in emacs?
>
> http://www.emacswiki.org/emacs/FindLongLines#ShowLongLines
>
>




reply via email to

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