[NRAO]

Using Emacs/VM as a Mail Client

Setting Up the "DOT" files



Both of these are emacs/lisp files in your home directory. See The Gold Book entry for quick-start. Add the following to your .emacs and .vm files to get started:

.emacs
(setq
  load-path (append '("/opt/local/share/emacs/site-lisp/vm",
   "/usr/share/emacs/site-lisp") load-path))

(autoload 'vm "vm" "Start VM on your primary inbox." t)
.vm
(listing on separate page)

Isolates vm-specific settings from your .emacs file.

 


Using Emacs/VM as a Mail Client
Pat Murphy