From 03af22ed8fcb4ef6b381a94cd18372487a28b49b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Jan 2013 20:46:34 -0500 Subject: mv .emacs.d .config/emacs; ln -s .config/emacs/ .emacs.d --- .emacs.d/emacsutils.el | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .emacs.d/emacsutils.el (limited to '.emacs.d/emacsutils.el') diff --git a/.emacs.d/emacsutils.el b/.emacs.d/emacsutils.el deleted file mode 100644 index 966d16e..0000000 --- a/.emacs.d/emacsutils.el +++ /dev/null @@ -1,13 +0,0 @@ -(defun mailto-compose-mail (mailto-url) - (if (and (stringp mailto-url) - (string-match "\\`mailto:" mailto-url)) - (progn - (require 'rfc2368) - (let* ((headers (mapcar (lambda (h) (cons (intern (car h)) (cdr h))) - (rfc2368-parse-mailto-url mailto-url))) - (good-headers (remove-if (lambda (h) (member (car h) '(Body))) headers)) - (body (cdr (assoc 'Body headers)))) - (wl-draft good-headers nil nil body))))) - -(defun emacs-terminal-emulator (program) - (ansi-term program)) \ No newline at end of file -- cgit v1.2.3-54-g00ecf