Skip to content

Instantly share code, notes, and snippets.

@iratqq
Created November 11, 2008 02:11
Show Gist options
  • Save iratqq/23716 to your computer and use it in GitHub Desktop.
Save iratqq/23716 to your computer and use it in GitHub Desktop.
長門ビューワ.el
;; 長門ビューワ
(defun show-nagato ()
"show 長門"
(interactive)
(and (y-or-n-p "(nagato)")
(switch-to-buffer "*長門*")
(insert-image
(create-image "ngatao.jpg"))
(read-from-minibuffer "hit enter key: ")
(kill-buffer "*長門*")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment