This is my configuration for Emacs.
For installing Emacs, follow the official guide. Then, clone this repository under ~/.emacs.d
To do so, execute the following command:
- git clone [email protected]:adelorn44/dot-emacs.git ~/.emacs.d
You may change some variables in src/my-customize-init.el to fit to your needs. I tried to put some reasonable defaults.
At startup, Emacs will load ~/.emacs.d/init.el by default.
My Emacs Lisp code is under src/my-helpers.el
Unit tests for my Elisp code are under tests/test-*unit-test*.el
Each customized Emacs major mode has a configuration under src/my-*mode*.el
I use Ubuntu font with Emacs. I added a copy of this font, UbuntuMono-R.ttf in this repository for convenience.
This font is under the Ubuntu font license. You may find a copy of this license under UbuntuMono-R-license.txt or online.