home/natto: generic updates
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
, fetchzip
|
||||
, fetchurl
|
||||
, fetchFromGitHub
|
||||
, emacsGcc
|
||||
, emacsNativeComp
|
||||
, conf ? null
|
||||
, ...
|
||||
}:
|
||||
@@ -12,11 +12,11 @@ assert (conf != null);
|
||||
|
||||
emacsWithPackagesFromUsePackage {
|
||||
config = conf;
|
||||
package = emacsGcc;
|
||||
package = emacsNativeComp;
|
||||
alwaysEnsure = true;
|
||||
alwaysTangle = true;
|
||||
extraEmacsPackages = epkgs: with epkgs; [
|
||||
use-package
|
||||
(epkgs.tree-sitter-langs.withPlugins (_: epkgs.tree-sitter-langs.plugins))
|
||||
# (epkgs.tree-sitter-langs.withPlugins (_: epkgs.tree-sitter-langs.plugins))
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user