hh / .doom.d

our doom-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Humacs .doom.d

Introduction

Macros for Humans, for Emacs doom.

Installation

Clone the repos

git clone --recursive https://github.com/humacs/.doom.d ~/.doom.d
git clone --recursive https://github.com/hlissner/doom-emacs ~/.emacs.d

Set PATH

cat << EOF >> ~/.bashrc
export PATH="\$PATH:\$HOME/.emacs.d/bin:\$HOME/.doom.d/bin"
EOF

Install doom-emacs

doom install --no-env

Initialise Humacs .doom.d config

humacs-sync-config

The configuration

The base configuration is located at ii.org.

Notes

About

our doom-config


Languages

Language:Emacs Lisp 96.4%Language:YASnippet 3.0%Language:Shell 0.6%