No more smooth scrolling.
This commit is contained in:
parent
7586974ac3
commit
628f046fee
@ -554,20 +554,6 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
(global-undo-tree-mode)
|
(global-undo-tree-mode)
|
||||||
(setq undo-tree-visualizer-timestamps t)))
|
(setq undo-tree-visualizer-timestamps t)))
|
||||||
|
|
||||||
(use-package smooth-scrolling
|
|
||||||
:ensure t
|
|
||||||
:init (require 'smooth-scrolling))
|
|
||||||
|
|
||||||
(use-package smooth-scroll
|
|
||||||
:ensure t
|
|
||||||
:demand t
|
|
||||||
:commands (smooth-scroll-mode)
|
|
||||||
:config
|
|
||||||
(progn
|
|
||||||
(smooth-scroll-mode)
|
|
||||||
(setq smooth-scroll/vscroll-step-size 12)
|
|
||||||
(diminish 'smooth-scroll-mode)))
|
|
||||||
|
|
||||||
(use-package string-inflection
|
(use-package string-inflection
|
||||||
:ensure t
|
:ensure t
|
||||||
:commands string-inflection-toggle
|
:commands string-inflection-toggle
|
||||||
|
Loading…
Reference in New Issue
Block a user