Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 557 Bytes

README.org

File metadata and controls

14 lines (10 loc) · 557 Bytes

Emacs

This is my emacs configuration. This is not an distribution but feel free to use it.

I stopped using package managers because they increase the load time on Windows. Instead, packages I want are managed as git submodules in the lib directory and configured with use-package.

Installation

To install:

git clone https://github.com/danielyaren/emacs.d.git .emacs.d
cd .emacs.d
git submodule update --init --recursive