diff options
Diffstat (limited to 'app-emacs/vm/files/50vm-gentoo.el')
-rw-r--r-- | app-emacs/vm/files/50vm-gentoo.el | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emacs/vm/files/50vm-gentoo.el b/app-emacs/vm/files/50vm-gentoo.el new file mode 100644 index 000000000000..07e720e8d878 --- /dev/null +++ b/app-emacs/vm/files/50vm-gentoo.el @@ -0,0 +1,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) |