Helm: Use dired-async mode

master
Pierre Neidhardt 2017-08-02 08:07:22 +01:00
parent 0222a304f1
commit a8cf0a9557
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
;; (helm-autoresize-mode 1)
(add-to-list 'helm-sources-using-default-as-input 'helm-source-man-pages)
;;; This makes the copy and rename operations asynchronous.
(dired-async-mode)
(setq
helm-follow-mode-persistent t
helm-reuse-last-window-split-state t