emacs: Initial blogging support.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 15 May 2008 10:44:46 +0000 (11:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 15 May 2008 10:44:46 +0000 (11:44 +0100)
It doesn't work very well; this might be a dead end.

emacs

diff --git a/emacs b/emacs
index 601d36e..dfe9caf 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 ---