chiark / gitweb /
emacs: Initial blogging support.
[profile] / emacs
diff --git a/emacs b/emacs
index 601d36e5c1794fd6ad74c5cd49fba1298acb55c3..dfe9cafecc2251e80d51da9d95d6834c754eacaf 100644 (file)
--- a/emacs
+++ b/emacs
              (cons head slime-lisp-implementations))))))
 (setq slime-default-lisp 'sbcl)
 
+;;;----- Blogging -----------------------------------------------------------
+
+(setq weblogger-config-alist
+      '(("vox"
+        ("user" . "mdw")
+        ("server-url" . "http://vox.distorted.org.uk/admin/mt-xmlrpc.cgi")
+        ("weblog" . "1"))))
+
 ;;;----- Shell mode ---------------------------------------------------------
 
 ;; --- Make the shell mode aware of my prompt ---