bandali0 / doom-dot-emacs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%