move to babel emacs configuration
This commit is contained in:
@@ -4,16 +4,17 @@
|
||||
, fetchurl
|
||||
, fetchFromGitHub
|
||||
, emacsGcc
|
||||
, config ? null
|
||||
, conf ? null
|
||||
, ...
|
||||
}:
|
||||
|
||||
assert (config != null);
|
||||
assert (conf != null);
|
||||
|
||||
emacsWithPackagesFromUsePackage {
|
||||
config = config;
|
||||
config = conf;
|
||||
package = emacsGcc;
|
||||
alwaysEnsure = true;
|
||||
alwaysTangle = true;
|
||||
extraEmacsPackages = epkgs: with epkgs; [
|
||||
use-package
|
||||
tsc
|
||||
|
@@ -2,5 +2,5 @@ final: prev: {
|
||||
mpd_discord_richpresence = prev.callPackage ./mpd-rpc { };
|
||||
customscripts = prev.callPackage ./customscripts { };
|
||||
gruvbox-icons = prev.callPackage ./gruvbox-icons { };
|
||||
mymacs = c: prev.callPackage ./emacs { config = c; };
|
||||
mymacs = c: prev.callPackage ./emacs { conf = c; };
|
||||
}
|
||||
|
Reference in New Issue
Block a user