Make ultra-scroll.el optional
No need to inhibit startup when smooth scrolling is not available.
This commit is contained in:
parent
3a9146071b
commit
e30dd26212
1
init.el
1
init.el
@ -667,7 +667,6 @@ split horizontally again, but this extra work should not matter much."
|
|||||||
(add-hook 'textile-mode-hook #'turn-on-visual-fill-column-mode)))
|
(add-hook 'textile-mode-hook #'turn-on-visual-fill-column-mode)))
|
||||||
|
|
||||||
(use-package ultra-scroll
|
(use-package ultra-scroll
|
||||||
:ensure t
|
|
||||||
:commands (ultra-scroll-mode))
|
:commands (ultra-scroll-mode))
|
||||||
|
|
||||||
(use-package visual-fill-column
|
(use-package visual-fill-column
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user