this post was submitted on 21 Nov 2023
1 points (100.0% liked)

Emacs

311 readers
3 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

I hope my question makes sense.

I am using Doom Emacs for a while now and have become fairly proficient. But I feel like whenever I am browsing emacs content online there are still many topics for me to discover. So I was wondering if there is anything that I might be "missing" yet which might help with my productivity or improve my development skills.

Sofar I what have learned, on top from my head:

  • Org/Org Agenda (refile etc.)
  • Magit
  • Vterm
  • LSP Commands
  • Multiple Cursors
  • Literal Config
  • Navigating Emacs itself (which key, debugging, reading Emacs-Lisp (abit))
  • Using Language specific commands, i.e. send buffer to repl
  • Using Undo with Vundo

Only thing I know that I still need to learn is beeing more proficient with vim keybindings, but with that I know where to start.

I know the question is quite broad, but maybe there some "killer features" worth to explore which I am not aware of yet.

I'd appreciate any input.

you are viewing a single comment's thread
view the rest of the comments
[–] MegaNerdyFox@alien.top 1 points 11 months ago (2 children)

Honestly if you want a better understanding of the software you could always try switching to vanilla and writing your own config. Also if you aren't too familiar with vim keybinds why not try Emacs keybinds, they're honestly quite good and work well. I swear by them

[–] JunioKoi@alien.top 1 points 11 months ago

Meow.el is a great package for those who want Modal editing without having to change everything in your config to fit Evil "way of doing things"

[–] BeautifulSynch@alien.top 1 points 11 months ago

I just replace evil-insert-state with the normal emacs keymap; best of both worlds!