mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Fix README with correct function name
This commit is contained in:
parent
f84321f435
commit
92e35400a6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ This is an abstraction on top of =emacsWithPackages=.
|
|||
#+BEGIN_SRC nix
|
||||
{
|
||||
environment.systemPackages = [
|
||||
(emacsWithPackagesUsePackage {
|
||||
(emacsWithPackagesFromUsePackage {
|
||||
config = builtins.readFile ./emacs.el;
|
||||
# Package is optional, defaults to pkgs.emacs
|
||||
package = pkgs.emacsGit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue