mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] my-init-texmacs.scm


Chronological Thread 
  • From: Andrea Gamba <address@hidden>
  • To: address@hidden
  • Subject: [TeXmacs] my-init-texmacs.scm
  • Date: Thu, 26 Feb 2009 13:39:27 +0100

I added a couple of rows to my-init-texmacs.scm:

cat ~/.TeXmacs/progs/my-init-texmacs.scm
(set-shrinking-factor 6)
(kbd-map ("C-home" (go-start)))
(kbd-map ("C-end" (go-end)))

in the hope that I would open documents at shrinking factor 6 by default and that I would get a C-Home and a C-end key binding to go to start and end of the document, but none of these works.

What am I doing wrong?

Andrea



Archive powered by MHonArc 2.6.19.

Top of page