Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: (void-function -filter) #2

Open
tjbrn opened this issue Oct 30, 2017 · 0 comments
Open

Error: (void-function -filter) #2

tjbrn opened this issue Oct 30, 2017 · 0 comments

Comments

@tjbrn
Copy link

tjbrn commented Oct 30, 2017

In ‘fzf’ source: ‘helm-fzf--do-candidate-process’ 
 (void-function -filter)

Is -filter correct in helm-fzf--do-candidate-process?
The error disappeared after changing it to seq-filter.

My minimal init.el:

;; setup melpa and use-package
...

(use-package helm
  :ensure s
  :ensure t)

;; only helm-fzf.el are being loaded
(cl-loop for file in (directory-files "~/.emacs.d/config" t)
         when (string-match "\\.el$" file)
         do (load file))

Arch
Emacs 25.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant