remove yascroll line
This commit is contained in:
parent
30b71fe441
commit
6c08a06775
@ -107,7 +107,9 @@
|
||||
(use-package dirvish
|
||||
:straight (:files (:defaults "extensions/*.el"))
|
||||
: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)
|
||||
(defun convert-pdf-to-html (pdf)
|
||||
"Take PDF and convert it into a html file, which is returned.
|
||||
@ -138,7 +140,6 @@ be built with `xwidget' support."
|
||||
(side . left)))
|
||||
:hook
|
||||
(dirvish-mode . turn-off-line-numbers)
|
||||
(dirvish-mode . yascroll-bar-mode)
|
||||
:general
|
||||
(general-define-key
|
||||
:states 'normal
|
||||
|
Loading…
Reference in New Issue
Block a user