summaryrefslogtreecommitdiff
blob: 07e720e8d878b71cf032787f6e3e9853d1a5c238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;; VM site-lisp configuration

(setq load-path (cons "@SITELISP@" load-path))
(setq vm-toolbar-pixmap-directory "@SITELISP@/../etc/vm")
(setq vm-image-directory "@SITELISP@/../etc/vm")
(autoload 'vm "vm" "Start VM on your primary inbox." t)
(autoload 'vm-other-frame "vm" "Like `vm' but starts in another frame." t)
(autoload 'vm-visit-folder "vm" "Start VM on an arbitrary folder." t)
(autoload 'vm-visit-virtual-folder "vm" "Visit a VM virtual folder." t)
(autoload 'vm-mode "vm" "Run VM major mode on a buffer" t)
(autoload 'vm-mail "vm" "Send a mail message using VM." t)
(autoload 'vm-submit-bug-report "vm" "Send a bug report about VM." t)