On 02/06/2019 16:16, Martin Blais wrote: > Thanks Dan, > I fixed most of the issues I had with these changes:
Nice! Which issues do remain? > (require 'beancount) > (setq beancount-outline-regexp "\\*+ ") Yeah, I forgot to escape the * in the regexp... > (define-key* beancount-mode-map [(control c)(control n)] > 'outline-next-visible-heading) > (define-key* beancount-mode-map [(control c)(control p)] > 'outline-previous-visible-heading) I'm hesitating to add those binding to to beancount.el as I would need to find a way to make that conditional to having outline-minor-mode loaded. What do you think? > (add-hook 'beancount-mode-hook 'outline-minor-mode) > > > I have a question. Is there a way to bring back the font-lock coloring > for the outline headings? > With or-mode their distinguished color made it really salient which > level they're at. > I'm seeing them all white. I don't think outline-minor-mode provides fontification for headings. But it should not be hard to add it. I'll look into this. Cheers, Dan -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/3ff25066-b8eb-cc4e-5b60-ed745c4ce8a1%40grinta.net. For more options, visit https://groups.google.com/d/optout.
