* M-x column-number-mode??
@ 2004-10-29 23:05 JS
2004-10-29 23:23 ` Kevin Rodgers
0 siblings, 1 reply; 2+ messages in thread
From: JS @ 2004-10-29 23:05 UTC (permalink / raw)
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?
Johs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: M-x column-number-mode??
2004-10-29 23:05 M-x column-number-mode?? JS
@ 2004-10-29 23:23 ` Kevin Rodgers
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2004-10-29 23:23 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-29 23:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-29 23:05 M-x column-number-mode?? JS
2004-10-29 23:23 ` Kevin Rodgers
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.