Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
/ doom-dot-emacs Public archive

My [old] Doom-based Emacs configuration. See my dotfiles repo for the current configuration.

License

Notifications You must be signed in to change notification settings

bandali0/doom-dot-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot-emacs

My init.el and custom private modules for doom-emacs.

Install

First, clone doom-emacs; then clone this repo and set up the symlinks:

git clone https://github.com/hlissner/doom-emacs.git ~/.emacs.d
git clone https://git.aminb.org/amin/dot-emacs.git ~/usr/dot-emacs
cd ~/.emacs.d
git checkout develop  # this repo is meant to be used with Doom's develop branch
ln -s ~/usr/dot-emacs/init.el .
ln -s ~/usr/dot-emacs/modules/private/* modules/private
make install
make compile

If you don't want to use a certain module, feel free to omit it when symlinking the rest, and also remove its name from the bottom of init.el.

About

My [old] Doom-based Emacs configuration. See my dotfiles repo for the current configuration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published