Doom Emacs Private Module
Switch branches/tags
Nothing to show
Clone or download
Latest commit 9ba4f46 Oct 11, 2018

README.org

https://img.shields.io/github/tag/jwintz/doom.svg https://img.shields.io/github/issues/jwintz/doom.svg https://img.shields.io/github/license/mashape/apistatus.svg https://img.shields.io/badge/Built%20with-Doom%20Emacs-3b4252.svg


Doom emacs private module

Why Doom Emacs ?

  • it is blazing fast
  • it is well thought
  • its community (on discord) is most friendly
  • it’s maintained by one developer, who keeps a vision and everything consistent

Prerequisites

MacOSX

$ brew tap d12frosted/emacs-plus
$ brew install emacs-plus --HEAD --without-spacemacs-icon
$ brew install gpg2
$ ln -s /usr/local/bin/gpg2 /usr/local/bin/gpg
$ brew install pinentry
$ brew install pinentry-mac
$ vim ~/.gnupg/gpg-agent.conf
$ gpg2 --import public.key

Insert:

allow-emacs-pinentry
allow-loopback-pinentry
pinentry-program /usr/local/bin/pinentry-mac

Linux

$ [dnf|apt] install pinentry
$ [dnf|apt] install pinentry-gnome3
$ vim ~/.gnupg/gpg-agent.conf
$ gpg2 --import public.key

Insert:

allow-emacs-pinentry
allow-loopback-pinentry
pinentry-program /usr/bin/pinentry

Installation

$ git clone -b develop --single-branch https://github.com/jwintz/doom-emacs.git .emacs.d
$ git clone -b develop --single-branch https://github.com/jwintz/doom.git .doom.d
$ cd ~/.emacs.d
$ make
$ make doctor
$ make compile