Skip to content

Commit

Permalink
README: clarify emacsExtraPackages usage
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-bong authored and jian-lin committed Dec 14, 2024
1 parent 4310724 commit 7b68c5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,11 @@ required in a user's config via =use-package= or =leaf=.
alwaysTangle = true;

# Optionally provide extra packages not in the configuration file.
# This can also include extra executables to be run by Emacs (linters,
# language servers, formatters, etc)
extraEmacsPackages = epkgs: [
epkgs.cask
pkgs.shellcheck
];

# Optionally override derivations.
Expand Down

0 comments on commit 7b68c5b

Please sign in to comment.