[Dired] Ensure `dired-open' is present

This commit is contained in:
Daniel - 2019-12-13 14:59:41 +01:00
parent 0880fbf541
commit 74fa0b05b4
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 1 deletions

View File

@ -1887,7 +1887,9 @@ With given ARG, display files in `db/important-document-path."
:init (setq find-ls-option '("-print0 | xargs -0 ls -ld" . "-ld")))
(use-package dired-open
:config (add-to-list 'dired-open-functions #'dired-open-guess-shell-alist))
:ensure t
:config (add-to-list 'dired-open-functions
#'dired-open-guess-shell-alist))
(use-package gnus-dired
:commands (turn-on-gnus-dired-mode))