* Invoking column-number-mode from init.el
@ 2014-02-17 13:58 Alex van der Spek
2014-02-17 14:08 ` Yuri Khan
2014-02-17 14:42 ` Drew Adams
0 siblings, 2 replies; 3+ messages in thread
From: Alex van der Spek @ 2014-02-17 13:58 UTC (permalink / raw)
To: help-gnu-emacs
Sorry for such a beginner's question, but that is what I am: a beginner
in Emacs. Yet, I use it for all my software development work, python,
Fortran, R and gnuplot.
How do I invoke column number mode via the init.el file?
Is there a simple way (e.g. a macro recorder like feature) to figure out
what the equivalent Lisp commands are for the various things one can set
from the interface?
Thanks in advance,
Alex van der Spek
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Invoking column-number-mode from init.el
2014-02-17 13:58 Invoking column-number-mode from init.el Alex van der Spek
@ 2014-02-17 14:08 ` Yuri Khan
2014-02-17 14:42 ` Drew Adams
1 sibling, 0 replies; 3+ messages in thread
From: Yuri Khan @ 2014-02-17 14:08 UTC (permalink / raw)
To: Alex van der Spek; +Cc: help-gnu-emacs@gnu.org
On Mon, Feb 17, 2014 at 8:58 PM, Alex van der Spek <zdoor@xs4all.nl> wrote:
> Is there a simple way (e.g. a macro recorder like feature) to figure out
> what the equivalent Lisp commands are for the various things one can set
> from the interface?
The feature you’re looking for is describe-key, bound to C-h k by default.
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Invoking column-number-mode from init.el
2014-02-17 13:58 Invoking column-number-mode from init.el Alex van der Spek
2014-02-17 14:08 ` Yuri Khan
@ 2014-02-17 14:42 ` Drew Adams
1 sibling, 0 replies; 3+ messages in thread
From: Drew Adams @ 2014-02-17 14:42 UTC (permalink / raw)
To: Alex van der Spek, help-gnu-emacs
> How do I invoke column number mode via the init.el file?
(column-number-mode 1)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-17 14:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 13:58 Invoking column-number-mode from init.el Alex van der Spek
2014-02-17 14:08 ` Yuri Khan
2014-02-17 14:42 ` Drew Adams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).