Last edit
Summary: Configuration: use InitFile tag
Changed:
< Add the following to your .emacs file:
to
> Add the following to your ~/.emacs InitFile:
tinypage.el is part of the TinyTools.
It can be used to browse text files that contain ^L page feed markers, typically for LPT printer. Select, cut, copy, renumber headings, create table of contents.
(autoload 'tinypage-mode "tinypage" "" t)
Add the following to your ~/.emacs InitFile:
(global-set-key "\C-cmp" 'tinypage-mode) ;; "m" for minor modes (autoload 'tinypage-mode "tinypage" "" t)