https://github.com/rsm-lisper/emacs-config
My Emacs configuration, for use with C, Scheme, JS etc.
https://github.com/rsm-lisper/emacs-config
configuration emacs emacs-config emacs-configuration emacs-initialization ide
Last synced: about 1 month ago
JSON representation
My Emacs configuration, for use with C, Scheme, JS etc.
- Host: GitHub
- URL: https://github.com/rsm-lisper/emacs-config
- Owner: rsm-lisper
- License: mit
- Created: 2017-05-31T15:32:58.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T14:46:56.000Z (12 months ago)
- Last Synced: 2024-05-27T16:19:20.839Z (12 months ago)
- Topics: configuration, emacs, emacs-config, emacs-configuration, emacs-initialization, ide
- Language: Emacs Lisp
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation
Backup existing config:
```sh
mv ~/.emacs.d ~/.emacs.d_backup
```
Clone this repo to `~/.emacs.d`:
```sh
git clone https://github.com/rsm-lisper/emacs-config/ ~/.emacs.d/
```
Start Emacs. It'll display a lot of errors because of missing packages. To install them - run Emacs function `M-x` `package-install-selected-packages`.**Done! :)**