<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tam5917</author_name>
  <author_url>https://blog.hatena.ne.jp/tam5917/</author_url>
  <blog_title>備忘録</blog_title>
  <blog_url>https://tam5917.hatenablog.com/</blog_url>
  <categories>
    <anon>emacs</anon>
    <anon>ace-jump-mode</anon>
  </categories>
  <description>表題の通り。 以下のコードである。 (defadvice next-line (around my-next-line activate) (if (eq (ad-get-arg 0) 4) (ace-jump-line-mode) ad-do-it)) (defadvice previous-line (around my-previous-line activate) (if (eq (ad-get-arg 0) 4) (ace-jump-line-mode) ad-do-it)) C-u C-n や C-u C-pとタイプすればace-jump-line-modeが発動する。 どちらでも…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftam5917.hatenablog.com%2Fentry%2F2014%2F10%2F26%2F165507&quot; title=&quot;行移動コマンドとace-jump-line-modeを組み合わせるネタ - 備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-10-26 16:55:07</published>
  <title>行移動コマンドとace-jump-line-modeを組み合わせるネタ</title>
  <type>rich</type>
  <url>https://tam5917.hatenablog.com/entry/2014/10/26/165507</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
