My Emacs configuration, for use with C, Scheme, JS etc.
  • Emacs Lisp 100%
Find a file
2024-10-02 13:36:41 +02:00
.gitignore Speedbar and default fonts. 2024-05-22 20:44:43 +02:00
init.el marginalia, multi-term, slime etc. 2024-10-02 13:36:41 +02:00
LICENSE Update LICENSE 2017-07-10 04:36:51 +02:00
README.md README update, pl -> eng. 2024-05-27 16:46:44 +02:00

Installation

Backup existing config:

mv ~/.emacs.d ~/.emacs.d_backup

Clone this repo to ~/.emacs.d:

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! :)