tools/direnv: add README
This commit is contained in:
parent
8ee474889f
commit
880c581c0d
3 changed files with 98 additions and 3 deletions
|
@ -16,9 +16,10 @@
|
|||
buffer/window/frame switch, which is less expensive."
|
||||
(direnv--disable)
|
||||
(when direnv-mode
|
||||
(add-hook 'doom-switch-buffer-hook #'direnv--maybe-update-environment)
|
||||
(add-hook 'doom-switch-window-hook #'direnv--maybe-update-environment)
|
||||
(add-hook 'doom-switch-frame-hook #'direnv--maybe-update-environment))))
|
||||
(add-hook! '(doom-switch-buffer-hook
|
||||
doom-switch-window-hook
|
||||
doom-switch-frame-hook)
|
||||
#'direnv--maybe-update-environment))))
|
||||
|
||||
;; Fontify special .envrc keywords; it's a good indication of whether or not
|
||||
;; we've typed them correctly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue