Skip to content

Commit 57efe6b

Browse files
committed
fix(meow-tutor): remove scrolling local config #730
breaks pixel-scroll-precision-mode
1 parent 96fecf5 commit 57efe6b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

meow-tutor.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -644,9 +644,6 @@
644644
(insert (format (substitute-command-keys meow--tutor-content)
645645
(alist-get 'normal meow-replace-state-name-list)
646646
(alist-get 'insert meow-replace-state-name-list)))
647-
(setq-local scroll-conservatively 1)
648-
(setq-local scroll-margin 3)
649-
(setq-local scroll-step 1)
650647
(goto-char (point-min))
651648
(display-line-numbers-mode))
652649
(switch-to-buffer buf)))

0 commit comments

Comments
 (0)