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.keyInsert:
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.keyInsert:
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