Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 672 Bytes

README.org

File metadata and controls

20 lines (17 loc) · 672 Bytes

My EMACS configuration

This is my presonal emacs configuration I use for development. I use these setting with terminal emacs on mac OSX.

Prerequisites

  • Emacs 24+

Installation

Delete existing emacs configuration by deleting `.emacs.d` from your home directory. (You can also take a backup to revert changes to previous configurations).

rm -rf ~/.emacs.d

Create `.emacs.d` directory in your home directory

mkdir ~/.emacs.d

Copy `init.el` and `svg-config.org` to `~/.emacs.d`.

And start emacs. If emacs prompts you to accept the digital certificate, type `yes` and hit return.

Author

Sunil Gunisetty