Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sagotgej/dot-emacs

Repository files navigation

Dot Emacs

This is my configuration for Emacs.

Installation

For installing Emacs, follow the official guide. Then, clone this repository under ~/.emacs.d

To do so, execute the following command:

Customizations

You may change some variables in src/my-customize-init.el to fit to your needs. I tried to put some reasonable defaults.

Project structure

Init file

At startup, Emacs will load ~/.emacs.d/init.el by default.

Elisp code

My Emacs Lisp code is under src/my-helpers.el

Testing

Unit tests for my Elisp code are under tests/test-*unit-test*.el

Mode customization

Each customized Emacs major mode has a configuration under src/my-*mode*.el

Font used

I use Ubuntu font with Emacs. I added a copy of this font, UbuntuMono-R.ttf in this repository for convenience.

Ubuntu font license

This font is under the Ubuntu font license. You may find a copy of this license under UbuntuMono-R-license.txt or online.

About

This is my configuration for Emacs.

Resources

Stars

Watchers

Forks