New emacs config and claude
This commit is contained in:
@@ -7,6 +7,11 @@ let
|
||||
hyprCfg = config.samfelag.modules.desktop.wm.hyprland;
|
||||
emacsPackages = epkgs: [
|
||||
epkgs.vterm
|
||||
(epkgs.treesit-grammars.with-grammars (grammars: [
|
||||
grammars.tree-sitter-typescript
|
||||
grammars.tree-sitter-tsx
|
||||
grammars.tree-sitter-python
|
||||
]))
|
||||
];
|
||||
emacsWithPackages = with pkgs; ((emacsPackagesFor emacs-unstable).emacsWithPackages emacsPackages);
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user