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

yafolding-discover #34

Open
pheaver opened this issue May 10, 2017 · 1 comment
Open

yafolding-discover #34

pheaver opened this issue May 10, 2017 · 1 comment

Comments

@pheaver
Copy link

pheaver commented May 10, 2017

Hello, in order to get yafolding-discover, I had to use fboundp instead of boundp, by changing this line:

(when (boundp 'discover-add-context-menu)

to this:

(when (fboundp 'discover-add-context-menu)

because the former always returns nil.

Also, if that entire block of code were a function that one could call, then I could e.g. use with-eval-after-load to setup yafolding-discover only after discover is loaded (whereas currently it only defines it if discover is available when yafolding loads).

@vindarel
Copy link
Contributor

Hi, thanks a lot (and sorry, I'm responsible for this addition but I wasn't watching the repo).

vindarel added a commit to vindarel/yafolding.el that referenced this issue Sep 27, 2018
vindarel added a commit to vindarel/yafolding.el that referenced this issue Sep 27, 2018
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

2 participants