helm: Complete the starting directory over all windows for file ops

master
Pierre Neidhardt 2017-10-10 16:35:48 +01:00
parent a4f2b9651a
commit 1413050391
1 changed files with 6 additions and 3 deletions

View File

@ -6,13 +6,15 @@
;;; What about the default program? It currently defaults to ~/.mailcap, which is
;;; not so customizable. Would ranger's rifle be useful here? See
;;; https://github.com/emacs-helm/helm/issues/1796.
;;; TODO: Batch-open torrent files automatically. Add to mailcap? Them as
;;; TODO: Batch-open torrent files automatically. Add to mailcap? Same as
;;; above, C-c C-x does not allow for opening several files at once.
;;; TODO: helm-find in big folders sometimes leads bad results, like exact match
;;; not appearing first. Better sorting?
;;; TODO: Implement alternating-color multiline lists. See open issue.
;;; TODO: Fix typos and formatting in documentation.
;;; TODO: Implement alternating-color multiline lists.
;;; See https://github.com/emacs-helm/helm/issues/1790.
(when (require 'helm-descbinds nil t)
(helm-descbinds-mode))
@ -38,6 +40,7 @@
helm-findutils-search-full-path t
helm-show-completion-use-special-display nil
helm-completion-mode-string ""
helm-dwim-target 'completion
helm-apropos-fuzzy-match t
helm-buffers-fuzzy-matching t