mattss / emacs.d

Emacs development environment, originating at @netsight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs development environment

One of the primary motivations for this package is to provide a consistent, useful python development environment.

It is also opinionated, providing mode hooks for a host of extensions.

Each of these can of course been overridden/configured as you prefer.

use-package is used to configure the default set of packages that will be installed.

See the use-package statements in .emacs.d/init.el.

This Emacs setup assumes Emacs 24 or higher.

Cask is used for package management and installation

Please see the documentation in docs for installation, custom configuration and more.

Read HACKING.rst for a guide on developing emacs.d.

Contributing

Git Hub

See emacs.d on Github

If you think of a feature you'd like to add, or have found a bug, please raise an issue on github.

About

Emacs development environment, originating at @netsight


Languages

Language:Emacs Lisp 95.8%Language:Makefile 4.2%