/emacs.d

Personal Emacs Configuration Mirror from: https://gitlab.com/JesusMtnez/emacs.d

Primary LanguageEmacs LispMIT LicenseMIT

GNU Emacs GitHub Gitlab pipeline status (branch)

Emacs JesusMtnez's Emacs Configuration Emacs

This repository contains my personal configuration for Emacs:

Emacs Preview

Installation

To use this configuration, just clone the repository:

SSH

git clone git@gitlab.com:JesusMtnez/emacs.d $HOME/.emacs.d

HTTPS

git clone https://gitlab.com/JesusMtnez/emacs.d $HOME/.emacs.d

Organization

The configuration is organized like:

.emacs.d
├── init.el
├── core/
│   └── ...
├── modules
│   └── ...
├── snippets/
│   └── ...
├── local/
│   └── cache/
├── CHANGELOG.md
├── LICENSE
├── README.md
└── custom.el
  • init.el: bootstrap emacs configuration.
  • core: main emacs functionality enhancements.
  • modules: emacs extensions for my daily use.
  • local: specific files for each emacs installation.

Copyright

Copyright (c) 2017-2019 JesusMtnez. See LICENSE for details.