This file contains hidden or 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
{ | |
"twitpic": { | |
"url": "^http://twitpic\\.com/[a-zA-Z0-9]+", | |
"attribute": { | |
"id": "photo-display" | |
} | |
}, | |
"yfrog": { | |
"url": "^http://yfrog\\.com/[a-zA-Z0-9]+", | |
"attribute": { |
This file contains hidden or 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
{ | |
"twitpic": { | |
"url": "^http://twitpic\\.com/[a-zA-Z0-9]+", | |
"attribute": { | |
"id": "photo-display" | |
} | |
}, | |
"yfrog": { | |
"url": "^http://yfrog\\.com/[a-zA-Z0-9]+", | |
"attribute": { |

This file contains hidden or 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
;; cfw:howm-from-calendar-fast | |
(defun cfw:howm-from-calendar-fast () | |
(interactive) | |
(let* ((mdy (cfw:cursor-to-nearest-date)) | |
(m (calendar-extract-month mdy)) | |
(d (calendar-extract-day mdy)) | |
(y (calendar-extract-year mdy)) | |
(key (format-time-string | |
howm-date-format |
This file contains hidden or 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
;;; anything-mac-itunes.el --- Use iTunes on Mac with anything.el | |
;; Copyright (C) 2010 Hiroshige Umino | |
;; Author: Hiroshige Umino <[email protected]> | |
;; Created: 2010-11-24 | |
;; Version: 0.0.1 | |
;; | |
;; Keywords: anything, mac | |
;; |
NewerOlder