Hacker News new | ask | show | jobs
by entreprenewb 4230 days ago
I ran across this site the other day when I was looking at overhauling my .emacs file since I'm only an occasional emacs user these days. This guy has a great starter repo of his customized .emacs.d directory that takes care of a lot of the setup work to use all the customizations and modes he's using: https://github.com/magnars/.emacs.d

One note, if you do clone the repo, make sure to use the --recursive option (as the readme instructs) since there are a bunch of other git repositories imported in the repo.

2 comments

Bozhidar Batsov's Emacs Prelude is also worthy of study:

https://github.com/bbatsov/prelude

That is, even if you didn't want to use it outright for your config, prelude's init.el and modules are a good resource for learning how to wire things together with Emacs Lisp.

> One note, if you do clone the repo, make sure to use the --recursive option (as the readme instructs) since there are a bunch of other git repositories imported in the repo.

Doing this, you can tell that this guy really doesn't care for the Emacs package-repositories :)