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
- Host: GitHub
- URL: https://github.com/vietanhdev/emacs-conf
- Owner: vietanhdev
- Created: 2016-09-13T15:31:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T15:48:56.000Z (almost 10 years ago)
- Last Synced: 2025-03-02T19:32:54.761Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```