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

https://github.com/cmower/dotemacs

My Emacs initialization.
https://github.com/cmower/dotemacs

Last synced: 5 months ago
JSON representation

My Emacs initialization.

Awesome Lists containing this project

README

          

# dotemacs

My Emacs initialization.

# Initial setup

1. Clone this repo into `~/.emacs.d` (or I usually clone it to `~/Documents` and create a symbolic link). Ensure you use `--recursive`.
2. Install `nodejs` (version 22 or higher), see [here](https://nodejs.org/en/download)
3. Start emacs, the first time may take some time. If there are any errors, just close emacs and restart and this should resolve the issue.
4. Install copilot server, use `M-x copilot-install-server`.
5. Login to github, `M-x copilot-login` and follow instructions.