Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ybiquitous/.emacs.d
- Owner: ybiquitous
- License: mit
- Created: 2018-08-17T14:42:35.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T14:31:13.000Z (4 months ago)
- Last Synced: 2024-11-13T13:58:05.796Z (about 2 months ago)
- Topics: emacs, emacs-configuration
- Language: Emacs Lisp
- Homepage:
- Size: 301 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```