diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-06-11 08:41:22 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-06-11 08:41:22 -0700 |
| commit | ae1b697c8240c579589611dd7f71966412126895 (patch) | |
| tree | 797b54267d2418f89e13491782d12b4c1d97d0a1 /nix/users/fcuny/emacs.nix | |
| parent | tweak a bit wezterm (diff) | |
| download | infra-ae1b697c8240c579589611dd7f71966412126895.tar.gz | |
add configuration for text modes to Emacs
Diffstat (limited to 'nix/users/fcuny/emacs.nix')
| -rw-r--r-- | nix/users/fcuny/emacs.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nix/users/fcuny/emacs.nix b/nix/users/fcuny/emacs.nix index 849c6b4..7e522cd 100644 --- a/nix/users/fcuny/emacs.nix +++ b/nix/users/fcuny/emacs.nix @@ -5,7 +5,14 @@ let aidermacs # pair programming in Emacs with Aider cape consult + consult-denote corfu + denote + denote-journal + denote-markdown + denote-org + denote-silo + denote-sequence diminish direnv docker @@ -22,6 +29,7 @@ let json-reformat magit marginalia + markdown-mode nix-mode orderless protobuf-mode @@ -43,6 +51,7 @@ let "site-lisp/init-completion.el" "site-lisp/init-llm.el" "site-lisp/init-programming.el" + "site-lisp/init-text.el" "site-lisp/init-ui.el" ]; mkEmacsFile = file: { |
