diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-05-12 19:17:13 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-05-12 19:17:13 -0700 |
| commit | 6750e7c9840b26b55a272f733b544c06b13ca2b7 (patch) | |
| tree | 65d0cbab3c920ed39d19af8b43df7406ac3c595f /nix | |
| parent | small tweaks for how to list packages to install (diff) | |
| download | infra-6750e7c9840b26b55a272f733b544c06b13ca2b7.tar.gz | |
more emacs packages
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/users/fcuny/emacs.nix | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/nix/users/fcuny/emacs.nix b/nix/users/fcuny/emacs.nix index 9b7bbe8..cc3dc3a 100644 --- a/nix/users/fcuny/emacs.nix +++ b/nix/users/fcuny/emacs.nix @@ -2,39 +2,37 @@ let packages = epkgs: with epkgs; [ - # completion + aidermacs # pair programming in Emacs with Aider cape consult corfu - marginalia - orderless - vertico - - # development - git-link + diminish direnv docker docker-compose-mode dockerfile-mode + exec-path-from-shell + git-link go-mode gotest + gptel # LLM client for Emacs hcl-mode jq-mode json-mode json-reformat magit + marginalia nix-mode + orderless protobuf-mode + rg terraform-mode toml-mode tree-sitter tree-sitter-langs treesit-grammars.with-all-grammars + vertico yaml-mode - - # misc - exec-path-from-shell - rg yasnippet yasnippet-capf ]; |
