[Dired] Don't use nohup on non-linux systems

This commit is contained in:
Daniel - 2019-12-13 15:25:31 +01:00
parent 6f375c301f
commit c2addcd299
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 0 deletions

View File

@ -1890,6 +1890,8 @@ With given ARG, display files in `db/important-document-path."
(use-package dired-open
:ensure t
:init (unless (eq system-type 'gnu/linux)
(setq dired-open-use-nohup nil))
:config (add-to-list 'dired-open-functions
#'dired-open-guess-shell-alist))