feat(ghostel): new term module#16
Open
carlosdagos wants to merge 1 commit into
Open
Conversation
as discussed in https://github.com/orgs/doomemacs/discussions/116 add a new `term` module for `ghostel`: https://github.com/dakra/ghostel the module is heavily based in the existing `vterm` module in terms of coding style. no autoloads for poups or keybindings present for now. added flags to enable some of the `ghostel` modes that users may want, such as using it for compilation buffers, comint buffers, and eshell handoff to visual commands.
f09065c to
1c7e770
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As discussed in https://github.com/orgs/doomemacs/discussions/116
Add a new
termmodule forghostel: https://github.com/dakra/ghostelThis module is heavily based in the existing
vtermmodule in terms of coding style. No autoloads for poups or keybindings present for now.Added flags to enable some of the
ghostelmodes that users may want, such as using it for compilation buffers, comint buffers, and eshell handoff to visual commands.Note
pinfor the packages is the latest version: https://github.com/dakra/ghostel/releases/tag/v0.38.0vterm, I just copied the[[id:...]]blocks and other thuings, but my org-mode skills are not that great so I may have fudged something.