diff --git a/.emacs.d/lisp/init-helm.el b/.emacs.d/lisp/init-helm.el index 392ddb56..620351ba 100644 --- a/.emacs.d/lisp/init-helm.el +++ b/.emacs.d/lisp/init-helm.el @@ -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