JesusMtnez / emacs.d

Personal Emacs Configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://img.shields.io/badge/GNU%20Emacs-26.3-blue.svg https://img.shields.io/badge/GNU%20Emacs-27.1-blue.svg https://img.shields.io/badge/GNU%20Emacs-master-blue.svg https://img.shields.io/github/license/JesusMtnez/emacs.d.svg https://img.shields.io/gitlab/pipeline/JesusMtnez/emacs.d/master.svg https://img.shields.io/badge/Built_With-Nix-5277C3.svg?logo=nixos&labelColor=73C3D5

http://i.imgur.com/TANBZR2.png JesusMtnez’s Emacs Configuration http://i.imgur.com/TANBZR2.png

This repository contains my personal configuration for Emacs:

/assets/2019-01-25.png

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-2020 JesusMtnez. See LICENSE for details.

About

Personal Emacs Configuration

License:MIT License


Languages

Language:Emacs Lisp 92.9%Language:YASnippet 7.1%