Skip to content

Commit

Permalink
👋 good-scroll を依存から外す
Browse files Browse the repository at this point in the history
pixel-scroll を使う
  • Loading branch information
yewton committed Feb 17, 2024
1 parent ae924f1 commit ab161f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions lisp/toncs-config.org
Original file line number Diff line number Diff line change
Expand Up @@ -540,14 +540,11 @@ FEATURE の読み込み前に設定しておきたい変数の初期化処理や
* ウインドウ/バッファ関連

#+begin_src emacs-lisp
(require 'good-scroll)

(toncs-config-configure windows-and-buffers
(setq window-combination-resize t)
(setq scroll-preserve-screen-position t)
(setq scroll-conservatively 1000)
(setq scroll-margin 5)
(good-scroll-mode 1)
(winum-mode 1))
#+end_src

Expand Down
2 changes: 0 additions & 2 deletions lisp/toncs-deps.org
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@
(:name all-the-icons :checkout "ee414384938ccf2ce93c77d717b85dc5538a257d")
(:name all-the-icons-completion :checkout "4c8bcad8033f5d0868ce82ea3807c6cd46c4a198")

(:name good-scroll :checkout "a7ffd5c0e5935cebd545a0570f64949077f71ee3")

(:name org-tree-slide :checkout "3faa042393ebfe5699a3bffce775f039d7416ceb"))
"あると幸せになれるパッケージ達です。")
#+end_src
Expand Down

0 comments on commit ab161f1

Please sign in to comment.