Live data from Hacker News

Show HN: Emacs-Bootstrap

emacs-bootstrap.com

11–19 of 19 posts

Re: Show HN: Emacs-Bootstrap

#12

Very cool, thanks for doing this. A bit off topic, but here is my Emacs configuration advice: keep a Dropbox folder 'emacs' where your confit file and installed packages live. On numerous laptops my .emacs file is a one line load, and for Linux servers where I don't want to install Dropbox support, I just drop a copy of Dropbox/Emacs into my home directory. I thought of using a git repo, but for now this works fine.

I switched to using Dropbox instead of a repo because I would often forget to commit and push changes, it's been really refreshing. I've not tried their API, but it probably would be trivial to have a webhook that auto pulls changes to a git repo on file changes, for the best of both worlds.

Re: Show HN: Emacs-Bootstrap

#13
post #7

I don't need this personally, but philosophically I prefer it to Spacemacs

Would you mind elaborating on your philosophy against Spacemacs? I'm an avid user, but I'm totally open to arguments against it.

Spacemacs is almost a different editor built on top of Emacs, which is fine, that's what Emacs is for, but it deprives you of the magic of growing your own.

Re: Show HN: Emacs-Bootstrap

#16

Very cool, thanks for doing this. A bit off topic, but here is my Emacs configuration advice: keep a Dropbox folder 'emacs' where your confit file and installed packages live. On numerous laptops my .emacs file is a one line load, and for Linux servers where I don't want to install Dropbox support, I just drop a copy of Dropbox/Emacs into my home directory. I thought of using a git repo, but for now this works fine.

i wouldn't recommend keeping your elpa packages in dropbox if you sync between different operating systems. i've run into issues where auxiliary binaries were giving me trouble.

instead, you can use use-package [0] and keep your configuration files in dropbox/syncthing.

[0] one of emacs's killer libraries, imo. a brilliant package configuration system that i don't believe vimL could ever support: https://github.com/jwiegley/use-package

Re: Show HN: Emacs-Bootstrap

#17
post #7

Earlier quoted context omitted.

Would you mind elaborating on your philosophy against Spacemacs? I'm an avid user, but I'm totally open to arguments against it.

Spacemacs is almost a different editor built on top of Emacs, which is fine, that's what Emacs is for, but it deprives you of the magic of growing your own.

Thanks for the elaboration! That's what I suspected. Personally spacemacs makes me a much faster developer and I think blends the strengths of emacs and vim nicely.

Re: Show HN: Emacs-Bootstrap

#19
post #9

EMACS is my standard editor but I don't know what several of these things do. I'm open to my environment being improved but I'm not so into installing something when I don't know what it does. The site doesn't do much to explain what I'm installing or what it'll change about my current setup. I actually setup a new computer yesterday. I copied my .emacs file and used ELPA to install js2Mode. This minimal setup probab…

Thank you for the feedback. I guess i should have documented the files better. But that's definitely on the list. I've fixed the link btw.

Sorry I didn't say this before but: Thank you for creating this. Though I don't completely know what I'm looking at it may push me to learn more about my own setup and consider alternatives.

Good stuff.

Post reply on HN