Skip to content

danielyaren/emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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