-
大竹智也(tomoya)
-
Twitter or Facebookのアカウント or HN等
-
@tomoyaton
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
;; popup-hatena-profile-image.el | |
;; カーソル位置のはてなユーザーのプロフィール画像をポップアップで表示します. | |
;; idコールする前に,idが合ってるか確認するのに使えます. | |
(require 'cl) | |
(require 'url) | |
(require 'deferred) | |
(require 'popwin) | |
(defun popup-hatena-profile-image () |
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
;;; inao-mode.el --- major mode for writing inao manuscripts | |
;; Copyright (C) 2010 SAKURAI Masashi | |
;; Author: SAKURAI Masashi <m.sakurai at kiwanami.net> | |
;; Keywords: outlines, convenience | |
;; This program is free software; you can redistribute it and/or modify | |
;; it under the terms of the GNU General Public License as published by | |
;; the Free Software Foundation, either version 3 of the License, or |