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

Add support for customizing jet-error-buffer-name #8

Closed
danielhvs opened this issue Jul 23, 2024 · 2 comments
Closed

Add support for customizing jet-error-buffer-name #8

danielhvs opened this issue Jul 23, 2024 · 2 comments

Comments

@danielhvs
Copy link

In my workflow I'd like to control jet-error-buffer-name var so that I can just see the error in stdout.
I propose to either:

  1. Add an example like the below in the README.md to show off this possibility
(use-package jet
  :custom
  (jet-error-buffer-name nil))
  1. Or make it customizable, like so:
(defcustom jet-error-buffer-name "*jet error*"
  "When `nil`, redirects to stdout"
  :group 'jet
  :type 'string)
@ericdallo
Copy link
Owner

Added the defcustom here

@danielhvs
Copy link
Author

Thanks, @ericdallo!

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