Table of Contents

Doom Emacs

Files

Library

Install

Doom Depedencies

# required dependencies
brew install git ripgrep
# optional dependencies
brew install coreutils fd
# Installs clang
xcode-select --install

emacs-mac

brew tap railwaycat/emacsmacport
brew install emacs-mac --with-modules
ln -s /usr/local/opt/emacs-mac/Emacs.app /Applications/Emacs.app

Install

git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install

doom utility

doom doctor

! Couldn't find a markdown compiler, `markdown-preview' won't work
! Couldn't find shellcheck. Shell script linting will not work
! The installed grep binary was not built with support for PCRE lookaheads.

npm install -g marked
brew install shellcheck
brew install pcre

Doom Key