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

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

try to change settings in info mode


From: Leo
Subject: try to change settings in info mode
Date: Tue, 1 Jul 2003 21:33:35 +1000

hi all

i try to change the line truncation in the info mode.

according to the help file i just have to add a hook function for that. so i
wrote straight at the begininng of my .emacs file:

   (add-hook 'info-mode-hook
      (function (lambda ()
        (setq truncate-lines t)
         )))

but no truncation takes place when i call info via C-h i.

any ideas?

thanks in advance,

leo





reply via email to

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