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

https://github.com/vietanhdev/emacs-conf

Simple configuration for Emacs
https://github.com/vietanhdev/emacs-conf

Last synced: 4 months ago
JSON representation

Simple configuration for Emacs

Awesome Lists containing this project

README

          

# emacs-conf
Simple configuration for Emacs
To use this simple configuration, open Terminal and enter:

```sh
rm ~/.emacs
rm -r ~/.emacs.d
git clone https://github.com/vietanhdev/emacs-conf.git ~/emacstmp
cp ~/emacstmp/.emacs ~/.emacs
cp -r ~/emacstmp/.emacs.d ~/.emacs.d
rm -r ~/emacstmp
```