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

Hide org-ellipsis in flip,rate mode #59

Open
souew opened this issue Feb 26, 2021 · 0 comments
Open

Hide org-ellipsis in flip,rate mode #59

souew opened this issue Feb 26, 2021 · 0 comments

Comments

@souew
Copy link

souew commented Feb 26, 2021

In flip mode all other org headings in the tree are collapsed, which creates "..." on the each line, sometime it even leads to a line break if "..." is too close to an edge. I think it visually clutters the interface and is not necessary.
I did something like that:
(add-hook 'org-fc-review-flip-mode-hook (lambda () (setq org-ellipsis " ") (org-mode-restart)))
Which works, but it's ugly and not really a proper solution because I don't have org-fc-review-flip-exit-mode-hook to restore the settings.

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

1 participant