Skip to content

My Emacs configuration, for use with C, Scheme, JS etc.

License

Notifications You must be signed in to change notification settings

rsm-lisper/emacs-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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