Even managed to learn how to exit it.

I have evil mode and org mode installed, one because I will die before using their stupid-ass default keybindings, and the other because it looks rad.

Hmu with customization guides/resources/stuff I can look up and do with it that'll convince me to stay pls. I would have used doom but it was slow af on my PC, especially compared to vim.

  • kundun_i_liked_it [none/use name]
    ·
    4 years ago

    Additionally, I’m running the native-comp branch of Emacs which uses GCC to compile Emacs Lisp into native machine code.

    I don't use emacs but i remember hearing about a lot of attempts to increase elisp speed that fizzled out after a while: guiilemacs, remacs, etc. it's cool to know that one of them worked.

    • PorkrollPosadist [he/him, they/them]
      ·
      edit-2
      4 years ago

      It hasn't been incorporated into the main branch yet, and it is still an early project, but it is already being hosted in the official GNU repositories, and seems very promising. Aside from the native-comp work, the latest stable Emacs is now deserializing JSON entirely in C, which has made language server performance on large projects competitive with VSCode - which opens the door for full project introspection in realtime from Emacs Lisp.