maybe tweak minimap etc

This commit is contained in:
MitchMarq42 2022-07-21 08:15:38 -08:00
parent ea0c973167
commit 5c7f60b56b

View File

@ -135,7 +135,7 @@ be built with `xwidget' support."
(add-to-list 'dirvish-preview-dispatchers 'pdf)
(setq dired-listing-switches "-l --almost-all")
(setq dirvish-side-display-alist
'((window-width . 0.14)
'((window-width . 0.15)
(slot . -1)
(side . left)))
:hook (dirvish-mode . turn-off-line-numbers)
@ -153,7 +153,6 @@ be built with `xwidget' support."
:prefix "SPC t"
"t" 'dirvish-side))
;; Completion framework...
;; (use-package ivy
;; :diminish
@ -573,7 +572,7 @@ be built with `xwidget' support."
(minimap-active-region-background
((t (:background "#303030" :extend t))))
(minimap-current-line-face
((t (:background "#afafaf" :extend t)))))
((nil (:background "#afafaf" :extend t)))))
;; epic drop-down completion
;; (use-package company