This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defvar twinstall-curl-program (executable-find "curl")) | |
(defvar twinstall-hash-tags "#emacsjp #twinstall") | |
(defvar twinstall-should-tweet nil) | |
(defvar twinstall-url nil) | |
(defun twinstall-tweet-url (url) | |
(let* ((name (file-name-nondirectory url)) | |
(text (cond | |
((string= (concat auto-install-emacswiki-base-url name) url) | |
(format "EmacsWikiから%sをインストールしました。 %s %s" |