From: Mark Wooding Date: Thu, 15 May 2008 10:44:46 +0000 (+0100) Subject: emacs: Initial blogging support. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/362f6ac4b077d89c56de8d85f1c1cd4d7d918c65?ds=inline;hp=-c emacs: Initial blogging support. It doesn't work very well; this might be a dead end. --- 362f6ac4b077d89c56de8d85f1c1cd4d7d918c65 diff --git a/emacs b/emacs index 601d36e..dfe9caf 100644 --- a/emacs +++ b/emacs @@ -588,6 +588,14 @@ (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 ---