all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* try to change settings in info mode
@ 2003-07-01 11:33 Leo
  0 siblings, 0 replies; only message in thread
From: Leo @ 2003-07-01 11:33 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-01 11:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-01 11:33 try to change settings in info mode Leo

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.