From ab161f1af709f36e124348086565a55b5aa63933 Mon Sep 17 00:00:00 2001 From: yewton Date: Sat, 17 Feb 2024 20:16:08 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8B=20good-scroll=20=E3=82=92=E4=BE=9D?= =?UTF-8?q?=E5=AD=98=E3=81=8B=E3=82=89=E5=A4=96=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pixel-scroll を使う --- lisp/toncs-config.org | 3 --- lisp/toncs-deps.org | 2 -- 2 files changed, 5 deletions(-) diff --git a/lisp/toncs-config.org b/lisp/toncs-config.org index b35ae3c..95ecfa4 100644 --- a/lisp/toncs-config.org +++ b/lisp/toncs-config.org @@ -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 diff --git a/lisp/toncs-deps.org b/lisp/toncs-deps.org index 1d163b2..1029608 100644 --- a/lisp/toncs-deps.org +++ b/lisp/toncs-deps.org @@ -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