emacs and kanata updates

This commit is contained in:
Matt Nish-Lapidus 2025-06-03 22:07:11 -04:00
parent 7e54cca1a3
commit 434c4cdb7a
4 changed files with 45 additions and 41 deletions

View file

@ -1,27 +1,27 @@
{ pkgs, ... }:
let
emacs_pkg = ((pkgs.emacsPackagesFor pkgs.emacs30-pgtk).emacsWithPackages (
epkgs: [
epkgs.vterm
epkgs.mu4e
epkgs.sly
epkgs.sly-quicklisp
epkgs.geiser-racket
epkgs.cider
epkgs.editorconfig
epkgs.shfmt
epkgs.apheleia
epkgs.parinfer-rust-mode
epkgs.manualPackages.tree-sitter-langs
epkgs.manualPackages.treesit-grammars.with-all-grammars
epkgs.pretty-sha-path
epkgs.pdf-tools
epkgs.all-the-icons
epkgs.eldoc
epkgs.tablist
epkgs.parseedn
epkgs.parseclj
epkgs.track-changes
epkgs: with epkgs; [
vterm
mu4e
sly
sly-quicklisp
geiser-racket
cider
editorconfig
shfmt
apheleia
parinfer-rust-mode
tree-sitter-langs
treesit-grammars.with-all-grammars
pretty-sha-path
pdf-tools
all-the-icons
eldoc
tablist
parseedn
parseclj
track-changes
]));
in {
programs.emacs = {