We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fecf5 commit 57efe6bCopy full SHA for 57efe6b
meow-tutor.el
@@ -644,9 +644,6 @@
644
(insert (format (substitute-command-keys meow--tutor-content)
645
(alist-get 'normal meow-replace-state-name-list)
646
(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)
650
(goto-char (point-min))
651
(display-line-numbers-mode))
652
(switch-to-buffer buf)))
0 commit comments