Skip to content

Commit

Permalink
Note SLA for use-package
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell authored Nov 26, 2024
1 parent 6576835 commit 60f5091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ or
```el
(add-hook 'after-init-hook 'envrc-global-mode)
```
or, if you're a `use-package` fan:
or, if you're a `use-package` fan (don't ask the author about this 😁):
```el
(use-package envrc
:hook (after-init . envrc-global-mode))
Expand Down

0 comments on commit 60f5091

Please sign in to comment.