Add Dirvish

This commit is contained in:
Dimitri Lozeve 2023-05-24 17:27:12 +02:00
parent 82e0546594
commit f187dfe715

11
init.el
View file

@ -819,6 +819,17 @@
;;; External media ;;; External media
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(use-package dirvish
:straight t
:custom
(dirvish-quick-access-entries
'(("h" "~/" "Home")
("d" "~/Downloads/" "Downloads")))
:config
(dirvish-override-dired-mode)
:bind
(([remap dired] . dirvish-dwim)))
(use-package elfeed (use-package elfeed
:straight t :straight t
:bind ("C-c f" . elfeed) :bind ("C-c f" . elfeed)