Cool. Considered adding Slime/SBCL?
Show HN: Emacs-Bootstrap
11–19 of 19 posts
Re: Show HN: Emacs-Bootstrap
#12Very 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.
Re: Show HN: Emacs-Bootstrap
#13I 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.
Re: Show HN: Emacs-Bootstrap
#14I can't get it to generate in either Chrome or Safari.
Re: Show HN: Emacs-Bootstrap
#15Re: Show HN: Emacs-Bootstrap
#16Very 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.
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
#17Earlier 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.
Re: Show HN: Emacs-Bootstrap
#18Great - thanks for this - simple organizing of the files as well. Can you add org mode and others as well?
Glad you like it :)
Re: Show HN: Emacs-Bootstrap
#19EMACS 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.
Good stuff.