平衡点


2010/10/05

_ zlc.el 導入[Emacs

素晴らしすぎて鼻血が出そうになった(ヲ

find-file の挙動は確かにちょっとモニョっとする気分になっていたので, これは非常に気持ち良い. 素晴しいです.

_ 来訪者有

午前 -> 昼過ぎまで 4 号館にいて, 14:00 ぐらいに部屋に戻ったら丁寧なお手紙あり. 直接お会いできず残念無念.

_ vimperator + copy.js で goo.gl

もう誰かやっていると思うけれど, 以下を .vimperatorrc に追記.

js <<EOF
liberator.globalVariables.copy_templates = [
    { label: 'goo.gl', value: 'goo.gl short url', custom: function(){return JSON.parse(util.httpGet('http://ggl-shortener.appspot.com/?url='+encodeURIComponent(buffer.URL)).responseText).short_url;} },
    { label: 'hatena.with.goo.gl', value: 'get goo.gl short url', custom: function() {return '[' + JSON.parse(util.httpGet('http://ggl-shortener.appspot.com/?url='+encodeURIComponent(buffer.URL)).responseText).short_url + ':title='+ buffer.title + ']' ; } },
    { label: 'muse.with.goo.gl', value: 'get goo.gl short url', custom: function() {return '[[' + JSON.parse(util.httpGet('http://ggl-shortener.appspot.com/?url='+encodeURIComponent(buffer.URL)).responseText).short_url + ']['+ buffer.title + ']]' ; } },
];
EOF

使い方は :copy goo.gl とか.


連絡先など

portrait

最近の日記

一覧

Back to Top ▲