refactor: keybinding optimized, remove flycheck-mode-map bindings

This commit is contained in:
User
2026-06-16 03:30:49 +08:00
parent e3dda7fd65
commit 81b17ab120
2 changed files with 10 additions and 13 deletions

View File

@@ -215,13 +215,14 @@
set-mark-command-repeat-pop t)) ;更方便地pop mark
;; 滚动
(use-package pixel-scroll
:straight nil
:hook
(after-init . pixel-scroll-precision-mode)
:config
(setq scroll-preserve-screen-position t
scroll-conservatively 101))
(unless *is-mac*
(use-package pixel-scroll
:straight nil
:hook
(after-init . pixel-scroll-precision-mode)
:config
(setq scroll-preserve-screen-position t
scroll-conservatively 101)))
;; eww
(use-package eww