doomemacs/modules/tools
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
..
ansible Bump * 2020-08-19 16:18:11 -04:00
biblio Bump :tools biblio 2020-04-16 13:58:37 +04:00
debugger Fix #3760: bind SPC m d only when debugger is active 2020-08-20 17:23:45 -04:00
direnv tools/direnv: replace direnv package with envrc 2020-08-21 04:45:04 -04:00
docker Bump * 2020-08-19 16:18:11 -04:00
editorconfig Bump * 2020-08-19 16:18:11 -04:00
ein Bump * 2020-08-19 16:18:11 -04:00
eval Minor refactors 2020-08-08 03:06:26 -04:00
gist Bump :tools 2020-04-30 01:27:58 -04:00
lookup Bump * 2020-08-19 16:18:11 -04:00
lsp Refactor doom-debug-mode 2020-08-21 01:26:24 -04:00
magit Refactor doom-debug-mode 2020-08-21 01:26:24 -04:00
make Bump :tools 2020-04-30 01:27:58 -04:00
pass Bump * 2020-08-19 16:18:11 -04:00
pdf tools/pdf: revise readme 2020-08-13 17:02:24 -04:00
prodigy Bump :tools 2020-04-30 01:27:58 -04:00
rgb Bump * 2020-08-19 16:18:11 -04:00
taskrunner tools/taskrunner: Set popup rule for taskrunner buffer 2020-06-07 12:44:25 +09:00
terraform General refactors & reformatting across the board 2020-06-04 20:13:28 -04:00
tmux/autoload tmux: Quote shell arg in listing windows / panes 2020-04-23 21:13:28 -06:00
upload Add initial upload README 2020-05-09 22:30:03 -05:00