remove yascroll line
This commit is contained in:
parent
30b71fe441
commit
6c08a06775
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user