mahmoudimus / .emacs.d

My personal .emacs.d (first based on emacs starter kit, then prelude, now spacemacs)

Home Page:https://mahmoudimus.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs Configuration

This is my personal .spacemacs.d/ configuration for my Emacs configuration.

Install w/ Chemacs2 (recommended)

Visit: https://github.com/plexus/chemacs2

[ -f ~/.emacs ] && mv ~/.emacs ~/.emacs.bak
[ -d ~/.emacs.d ] && mv ~/.emacs.d ~/.emacs.default
git clone <https://github.com/plexus/chemacs2.git> ~/.emacs.d

Install w/o Chemacs2

Now, you have two options to install my configuration:

Upstream

cd ${HOME}
git clone https://github.com/mahmoudimus/.emacs.d.git .spacemacs.d

Manually

Structure

TODO

About

My personal .emacs.d (first based on emacs starter kit, then prelude, now spacemacs)

https://mahmoudimus.com


Languages

Language:Emacs Lisp 92.3%Language:YASnippet 6.9%Language:Python 0.8%