use ultra scroll
This commit is contained in:
parent
1bbfee1702
commit
a706341328
1 changed files with 7 additions and 0 deletions
7
init.el
7
init.el
|
|
@ -36,6 +36,13 @@
|
|||
|
||||
(load-theme 'doom-dark+ t)
|
||||
|
||||
(use-package ultra-scroll
|
||||
:init
|
||||
(setq scroll-conservatively 3
|
||||
scroll-margin 0)
|
||||
:config
|
||||
(ultra-scroll-mode t))
|
||||
|
||||
(use-package magit)
|
||||
|
||||
(use-package eglot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue