Improve dirvish behaviour

This commit is contained in:
Dimitri Lozeve 2024-01-14 11:56:05 +01:00
parent 062427ca33
commit 305c05b224

View file

@ -26,7 +26,7 @@
(setq frame-resize-pixelwise t) (setq frame-resize-pixelwise t)
;; Dired human readable sizes ;; Dired human readable sizes
(setq dired-listing-switches "-alh") (setq dired-listing-switches "-Alh")
;; Enable disabled commands ;; Enable disabled commands
(put 'narrow-to-region 'disabled nil) (put 'narrow-to-region 'disabled nil)
@ -841,10 +841,11 @@
(dirvish-quick-access-entries (dirvish-quick-access-entries
'(("h" "~/" "Home") '(("h" "~/" "Home")
("d" "~/Downloads/" "Downloads"))) ("d" "~/Downloads/" "Downloads")))
(dirvish-header-line-height 16)
(dirvish-mode-line-height 16)
(dirvish-default-layout '(1 0.21 0.35))
:config :config
(dirvish-override-dired-mode) (dirvish-override-dired-mode))
:bind
(([remap dired] . dirvish-dwim)))
(use-package restclient (use-package restclient
:straight t) :straight t)