Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honnix/dot.emacs
My emacs configuration
https://github.com/honnix/dot.emacs
Last synced: 3 months ago
JSON representation
My emacs configuration
- Host: GitHub
- URL: https://github.com/honnix/dot.emacs
- Owner: honnix
- Created: 2019-09-04T09:18:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T13:31:03.000Z (11 months ago)
- Last Synced: 2024-04-16T18:40:10.182Z (7 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 30.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Emacs Configurations
Everything included in this repository has been verified to work with
[Emacs Plus](https://github.com/d12frosted/homebrew-emacs-plus) latest version.## Structure
* `3rd` contains packages from 3rd parties', and these packages can not be found in
emacs package repositories or the versions there are too old* `elpa` contains packages from emacs package repositories
* `personal` contains all my own configurations, they are ordered and invoked by dot.emacs
* `dot.emacs` is actually the `.emacs`
## How to
1. `cd $HOME`
2. `git clone [email protected]:honnix/dot.emacs.git .emacs.d`
3. `ln -s .emacs.d/dot.emacs .emacs`