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

justl doesn't work when justl-pop-to-buffer-on-display is nil #72

Closed
psibi opened this issue Dec 10, 2024 · 1 comment · Fixed by #73
Closed

justl doesn't work when justl-pop-to-buffer-on-display is nil #72

psibi opened this issue Dec 10, 2024 · 1 comment · Fixed by #73

Comments

@psibi
Copy link
Owner

psibi commented Dec 10, 2024

Reproducible with this configuration:

(use-package justl
  :ensure t
  :custom
  (justl-recipe-width 40)
  (justl-pop-to-buffer-on-display nil)
  (justl-include-private-recipes nil))

Steps to reproduce:

  • Go to a specific justfile
  • M-x justl
  • You see a new buffer opened but it's blank. Surprisingly if I close that buffer, the actual justfile has been replaced with the contents that I would expect in the justl buffer.

CC: @bbbscarter

@bbbscarter
Copy link
Contributor

I've put up request to fix this.

Apologies! I've only used 'justl-exec-*' commands, which don't exhibit this behaviour. The fix is simple, as described in the CL.

@psibi psibi closed this as completed in #73 Dec 12, 2024
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

Successfully merging a pull request may close this issue.

2 participants