Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.