misc changes and add tlauncher

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-10-14 09:57:36 +05:30
parent c7c5dfd651
commit c9879b147d
5 changed files with 83 additions and 9 deletions

View File

@@ -17,6 +17,6 @@ emacsWithPackagesFromUsePackage {
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))
];
}