We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #41 (comment)
After #38 and #43 are merged, it should be something like:
(outshine-define-key-with-fallback outshine-mode-map (kbd "TAB") 'outshine-cycle (or arg (bobp) (outline-on-heading-p))
and we could remove the third, fallback case of outshine-cycle (indent-relative)
outshine-cycle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See #41 (comment)
After #38 and #43 are merged, it should be something like:
and we could remove the third, fallback case of
outshine-cycle
(indent-relative)The text was updated successfully, but these errors were encountered: