summaryrefslogtreecommitdiff
path: root/www/eldav.el/pkg-message
blob: 044b801fa2475680f1033d1142ff221099de16fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Add the following line to your .emacs:

(require 'eldav)

Using a proxy:

(setq eldav-proxy "http://your.proxy.server:8080")

You can access WebDAV files by preceding WebDAV URLs
with a colon:

:http://your.webdav.server/path/to/file/name

Enabling the Eldav VC feature (experimental):
(setq eldav-use-vc t)