├── .editorconfig ├── .gitignore ├── README.md ├── early-init.el └── init.el /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elim/dotemacs/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elim/dotemacs/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elim/dotemacs/HEAD/README.md -------------------------------------------------------------------------------- /early-init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elim/dotemacs/HEAD/early-init.el -------------------------------------------------------------------------------- /init.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elim/dotemacs/HEAD/init.el --------------------------------------------------------------------------------