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 image-clock-root-url "http://2ji-tokei.com/") | |
(defvar image-clock-server-image-dir-path "/tokei/") | |
(defvar image-clock-server-file-name-format "%H/%M.jpg") | |
;; 保存するディレクトリや名前 | |
(defvar image-clock-tmp-image-dir "/tmp") | |
(defvar image-clock-local-file-name-format "%H%M.jpg") | |
(defvar image-clock-current-image nil) |
NewerOlder