<?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>
  </categories>
  <description>VSCodeではsticky scroll が有効になっている。 Emacsで「ほぼ」同様の機能を実現するには window-stool-modeをインストールし、有効にする のが一番良さそうである。設定はこんな感じ（主にpython向け）： (add-hook 'emacs-startup-hook #'(lambda () (add-hook 'prog-mode-hook #'window-stool-mode) (setq window-stool-n-from-top 2) (setq window-stool-n-from-bottom 0) )) 類似のパッケージは topsyを…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftam5917.hatenablog.com%2Fentry%2F2024%2F07%2F14%2F215331&quot; title=&quot;【Emacs】sticky scroll 相当の挙動を実現するには？ / How to achieve sticky scroll behavior in Emacs? - 備忘録&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>2024-07-14 21:53:31</published>
  <title>【Emacs】sticky scroll 相当の挙動を実現するには？ / How to achieve sticky scroll behavior in Emacs?</title>
  <type>rich</type>
  <url>https://tam5917.hatenablog.com/entry/2024/07/14/215331</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
