remove yascroll line

This commit is contained in:
MitchMarq42 2022-07-28 07:06:19 -08:00
parent 30b71fe441
commit 6c08a06775

View File

@ -107,7 +107,9 @@
(use-package dirvish (use-package dirvish
:straight (:files (:defaults "extensions/*.el")) :straight (:files (:defaults "extensions/*.el"))
:commands 'dirvish :commands 'dirvish
:custom (dirvish-attributes '(all-the-icons collapse)) :custom
(dirvish-attributes '(all-the-icons collapse))
(dirvish-cache-dir (expand-file-name ".dirvish/" user-emacs-directory))
:init (dirvish-override-dired-mode) :init (dirvish-override-dired-mode)
(defun convert-pdf-to-html (pdf) (defun convert-pdf-to-html (pdf)
"Take PDF and convert it into a html file, which is returned. "Take PDF and convert it into a html file, which is returned.
@ -138,7 +140,6 @@ be built with `xwidget' support."
(side . left))) (side . left)))
:hook :hook
(dirvish-mode . turn-off-line-numbers) (dirvish-mode . turn-off-line-numbers)
(dirvish-mode . yascroll-bar-mode)
:general :general
(general-define-key (general-define-key
:states 'normal :states 'normal