[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] externals/transient 459e28e28a 03/11: Add lisp-imenu-generic-
From: |
Jonas Bernoulli |
Subject: |
Re: [elpa] externals/transient 459e28e28a 03/11: Add lisp-imenu-generic-expression entry |
Date: |
Mon, 27 Dec 2021 20:00:06 +0100 |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> +(with-eval-after-load 'lisp-mode
> Then again, they're both preloaded, so the `with-eval-after-load` can be
> completely skipped.
Done. I won't push that until in a few days to avoid some rebasing.
> BTW, I wish we had some kind of `register-defining-form` function which
> would take care of tweaking the `imenu-generic-expression` as well as
> the `font-lock-keywords` of elisp-mode.
Sure, that would be nice. ;)
Or (declare something).
Jonas