DEV Community

Discussion on: What's your current code editor/IDE setup?

Collapse
 
jeremyf profile image
Jeremy Friesen • Edited
  • Editor: Emacs
  • Terminal: iTerm2 with oh-my-zsh
  • Theme: Modus
  • Font: Hack Nerd Font
  • Icon Theme: All the Icons
  • Some extensions I really like:
    • Magit: A robust versatile git UI
    • OrgRoam: A Zettelkasten-esque tool for personal knowledge management
    • Elfeed: RSS manager
    • EditWithEmacs: A Hammerspoon package to allow editing other application’s text areas in Emacs
    • Ox-Hugo: For exporting to my personal blog
    • Grab Links: For grabbing browser links and adding them to my editor buffer as links (either org-mode format or markdown)

My Emacs config (and somewhat extensive documentation) is up at [[github.com/jeremyf/dotemacs][githu...]

Collapse
 
tulkdan profile image
Pedro Correa

Man, magit is a life saver, is such a nice and robust way to use git

Just a question, have you used emacs for nodejs development?
I'm trying to convert to emacs 100% but I find difficult to exit vscode "bubble" for nodejs

Collapse
 
jeremyf profile image
Jeremy Friesen

I haven't done nodens development. But there is eglot and lsp-mode as well as dap support, so I'd imagine it's somewhat smooth.