Go to the first, previous, next, last section, table of contents.
Customization can be done in 3 ways.
-
Elisp code in a `.vip' file in your home directory. VIP
loads `.vip' itself just before it does the binding for mode
hooks. This is the recommended method for new users.
-
Elisp code in your `.emacs' file before and after loading vip
using
(load "vip")
.
-
Put a file called `vip.el' in your load-path, and then
arrange to call the real `vip.el' from inside. This is useful for
heavy duty customization.
Emacs customization is done in elisp. For the common cases, I have
provided examples that you can use directly.
Go to the first, previous, next, last section, table of contents.