Add Dirvish
This commit is contained in:
parent
82e0546594
commit
f187dfe715
1 changed files with 11 additions and 0 deletions
11
init.el
11
init.el
|
@ -819,6 +819,17 @@
|
|||
;;; 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
|
||||
:straight t
|
||||
:bind ("C-c f" . elfeed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue