summaryrefslogtreecommitdiff
path: root/helm-id-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-04 07:20:16 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-06-04 07:20:16 +0200
commit1bfe53288267e9066f3ecf57beb9db9fe08971df (patch)
tree142fb02381a10fc35b27547bd902482e12c3bcdc /helm-id-utils.el
parent49327b92d19bd4867df61cac33b6e4dc593ee38f (diff)
Set helm-after-update-hook earlier when using default-as-input.
* helm.el (helm-check-new-input): Set helm-after-update-hook earlier in helm-read-pattern-maybe ensure helm-pattern is reset, otherwise we endup with display not ready. (helm-read-pattern-maybe): Do it here.
Diffstat (limited to 'helm-id-utils.el')
-rw-r--r--helm-id-utils.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/helm-id-utils.el b/helm-id-utils.el
index f13bae23..4f67ce94 100644
--- a/helm-id-utils.el
+++ b/helm-id-utils.el
@@ -90,8 +90,7 @@ See <https://www.gnu.org/software/idutils/>."
helm-gid-db-file-name))
(helm-grep-default-directory-fn
(lambda () default-directory))
- ;;(helm--maybe-use-default-as-input t)
- )
+ (helm--maybe-use-default-as-input t))
(cl-assert db nil "No DataBase found, create one with `mkid'")
(helm :sources (helm-make-source "Gid" 'helm-gid-source
:db-dir db)