Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elliotpenson/.emacs.d
My Emacs Settings
https://github.com/elliotpenson/.emacs.d
Last synced: 5 days ago
JSON representation
My Emacs Settings
- Host: GitHub
- URL: https://github.com/elliotpenson/.emacs.d
- Owner: ElliotPenson
- Created: 2015-01-12T00:11:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T03:41:49.000Z (over 4 years ago)
- Last Synced: 2024-11-07T20:52:19.565Z (about 2 months ago)
- Language: Emacs Lisp
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .emacs.d
## Installation
Fork and then clone this repository, putting the `.emacs.d` folder in your foot
directory:```
git clone https://github.com//.emacs.d.git
```By default, emacs will look for the `.emacs` configuration file in your root
directory. Use a symlink to make a `.emacs` alias which will point to the actual
`emacs.el` file in `.emacs.d`:```
ln -s ~/.emacs.d/emacs.el ~/.emacs
```## Usage
See [my wiki](http://wiki.penson.io/tools/emacs.html) for a cheat sheet specific to
this configuration.