I talked to someone about the extensibility of emacs, but the person I was speaking to assumed that any IDE is just as extensible by using Plug Ins.

Without turning the conversation into a university style lecture, what is one or two simple actions I can do in emacs to show someone what separates it from other IDES.

  • a-concerned-mother@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Probably the most simple examples for me are

    1. Showing the multitude of packages for something like an email client, Margit, etc and how you can mix them together with org linking, using babel, etc. showing the deep level of integration you get

    2. Simply show functionality in the editor and how you would like it to change. Rather that writing a whole package to do it. Use the help to go to the source and redefine that function in your config. Doesn’t require them to know elisp to understand but it gets the point across that everything is at your fingertips.