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

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

Re: M-x column-number-mode??


From: Kevin Rodgers
Subject: Re: M-x column-number-mode??
Date: Fri, 29 Oct 2004 17:23:58 -0600
User-agent: Mozilla Thunderbird 0.8 (X11/20040916)

JS wrote:
> How do I make emacs show the column number each time it starts up so I
> don't have to press M-x column-number-mode each time I use emacs?

,----[ C-h f column-number-mode RET ]
| column-number-mode is an interactive compiled Lisp function in `simple'.
| (column-number-mode ARG)
|
| Toggle Column Number mode.
| With arg, turn Column Number mode on iff arg is positive.
| When Column Number mode is enabled, the column number appears
| in the mode line.
`----

(column-number-mode 1)

--
Kevin Rodgers


reply via email to

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