https://github.com/cmower/dotemacs
My Emacs initialization.
https://github.com/cmower/dotemacs
Last synced: 5 months ago
JSON representation
My Emacs initialization.
- Host: GitHub
- URL: https://github.com/cmower/dotemacs
- Owner: cmower
- License: bsd-2-clause
- Created: 2022-04-15T16:39:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T00:12:21.000Z (over 1 year ago)
- Last Synced: 2025-02-01T12:08:51.213Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 827 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.