idk if this works
This commit is contained in:
parent
e9a27557fc
commit
b36af608e3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ with lib; let
|
|||
|
||||
myEmacs = pkgs.emacsWithPackagesFromUsePackage {
|
||||
config = ../../../../config/emacs/emacs.org;
|
||||
package = pkgs.emacs- + cfg.type;
|
||||
package = "pkgs.emacs-" + cfg.type;
|
||||
alwaysEnsure = true;
|
||||
alwaysTangle = true;
|
||||
extraEmacsPackages = epkgs: [
|
||||
|
|
Loading…
Reference in a new issue