Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timmywil/.emacs.d
Personal Emacs Customization
https://github.com/timmywil/.emacs.d
Last synced: 21 days ago
JSON representation
Personal Emacs Customization
- Host: GitHub
- URL: https://github.com/timmywil/.emacs.d
- Owner: timmywil
- License: gpl-3.0
- Created: 2011-06-27T17:32:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-24T20:07:01.000Z (over 11 years ago)
- Last Synced: 2024-10-16T00:44:58.928Z (2 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 9.16 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Installation
----------------------------
Add a symbolic link to the .emacs in this repo to your home directory (after removing any existing .emacs file):```bash
ln -s ~/.emacs.d/.emacs ~/.emacs
```Also, install all submodules:
```bash
git submodule update --init --recursive
```Useful commands
-----------------------------#### `C-u 0 M-x byte-recompile-directory`
Compile all emacs lisp files in a directory. `C-u 0` suppresses prompts for each `*.el` file.