from Hacker News

The Road to Emacs Maximalism

by schonfinkel on 12/31/24, 6:55 PM with 5 comments

  • by pedrodelfino on 12/31/24, 7:41 PM

    Pretty cool. I love Emacs. The main reason is because Emacs is the editor that has taught me the most about computers and software.

    However, with the rapid rise of large language models and AI-driven development tools, how might Emacs evolve to seamlessly integrate these technologies—such as AI-assisted refactoring, code completion, and knowledge management—while still preserving its core values of extensibility, user freedom, and community-driven innovation?

    Other tools seem to have better AI integration. I might be wrong.

  • by uludag on 1/1/25, 8:37 AM

    Emacs maximalism is the way to go. I spend most of my free time at my job re-implementing all of the companies internal tooling in Elisp, along with integrations using the Jira/Gitlab API, and also random automations that I need/want.

    Then there is org-mode containing a record of everything I worked on with all my notes, executable scripts, all my time tracking information, org-roam notes, auto-generated request libraries using the verb package, literate API request documents for each micro service, etc.

    It's such a good feeling when every tool can interact with any other tool in a variety of ways and that in a few keypresses you can modify and fix anything.