Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ybiquitous/.emacs.d

My personal Emacs settings
https://github.com/ybiquitous/.emacs.d

emacs emacs-configuration

Last synced: 15 days ago
JSON representation

My personal Emacs settings

Awesome Lists containing this project

README

        

# `.emacs.d`

> My personal `~/.emacs.d`

## Install

```sh
cd ~ && git clone https://github.com/ybiquitous/.emacs.d.git
```

## Environment-specific customization

Put and edit `~/.emacs-env.el` file.

## Test

Via [Docker](https://www.docker.com/). For details, see [`Dockerfile`](Dockerfile).

```sh
docker build . [--no-cache]
```