What’s the most common IDE and tooling setup for Clojure folks?
Ask HN: Resources to grok Emacs and use it well?
121–130 of 179 posts
Re: Ask HN: Resources to grok Emacs and use it well?
#122Re: Ask HN: Resources to grok Emacs and use it well?
#123As you mentioned you're comfortable with vi, Spacemacs probably should be a good start although I think it kind of overloaded. Doom emacs should be a better/lighter option to start with till you ready to create your own edition. I suggest don't go full inside but start slowly incorporating emacs into your workflow. If you write code then using emacs only for git via magit for the first couple of weeks should be a goo…
https://packagecontrol.io/packages/orgmode
https://marketplace.visualstudio.com/items?itemName=tootone....
Re: Ask HN: Resources to grok Emacs and use it well?
#124Re: Ask HN: Resources to grok Emacs and use it well?
#125Feel free to add more.
Re: Ask HN: Resources to grok Emacs and use it well?
#126I didn't find anything similar when I got started using it, so it might be useful to you.
Re: Ask HN: Resources to grok Emacs and use it well?
#127Re: Ask HN: Resources to grok Emacs and use it well?
#128Earlier quoted context omitted.
Forgive the noise, but I second this. I haven't committed a hundred key combinations to memory. I find that knowing the twenty things I need to know (which are different for everyone), and having another twenty in my back pocket for once or twice a year has lasted me since 1992, and left me very satisfied indeed with emacs.
Also seconding. Vanilla emacs is already extremely powerful, and if you're doing real work, you'll end up having to use hosts that don't have all of your wonderful enhancements installed. It's good to know vanilla emacs. Beyond that, add language modes for anything you need that's not already included. If you use 'git', 'magit' is very nice. Beyond that, helm is interesting, though very large and kind of mind-blowing…
(add-hook 'before-save-hook 'delete-trailing-whitespace)
This deletes all whitespace when you save a buffer.
Re: Ask HN: Resources to grok Emacs and use it well?
#129 M-x tetrisRe: Ask HN: Resources to grok Emacs and use it well?
#130It is mostly about learning Emacs without blindly copying configs from GitHub and getting distracted by all the shiny packages one can get.