doomemacs/modules
Henrik Lissner 06c404ecb1
tools/direnv: replace direnv package with envrc
wbolster/emacs-direnv uses an approach that mutates global state,
allowing a direnv to bleed into unrelated buffers and contexts. For this
to work it must rereads the direnv every time you switch buffers, which
can be very slow.

purcell/envrc, on the other hand, makes env state buffer-local, so the
direnv only needs to be read once, when a is first initialized. This is
faster and less error prone. However, it's necessary to manually reload
the direnv if you've changed your .envrc outside of Emacs (with `M-x
envrc-reload` or `M-x envrc-reload-all`).
2020-08-21 04:45:04 -04:00
..
app Bump * 2020-08-19 16:18:11 -04:00
checkers Bump * 2020-08-19 16:18:11 -04:00
completion Bump * 2020-08-19 16:18:11 -04:00
config Update +emacs-bindings.el 2020-08-20 09:12:45 -07:00
editor Refactor doom-debug-mode 2020-08-21 01:26:24 -04:00
emacs Merge pull request #3780 from t-e-r-m/dired-git-info-var-200819 2020-08-19 16:32:44 -04:00
email Merge pull request #3764 from jeetelongname/develop 2020-08-19 16:33:09 -04:00
input Merge pull request #3754 from gagbo/feature/input-layout 2020-08-19 16:39:04 -04:00
lang Merge pull request #3795 from mcbloch/develop 2020-08-20 21:39:00 -04:00
os os/macos: add packages.el 2020-08-20 21:40:06 -04:00
term Bump * 2020-08-19 16:18:11 -04:00
tools tools/direnv: replace direnv package with envrc 2020-08-21 04:45:04 -04:00
ui Minor refactors across the board 2020-08-20 03:43:50 -04:00