diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-22 00:43:12 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-22 00:45:48 +0530 |
| commit | b8e909d68bcb035648dda93f15de7863f444a3c4 (patch) | |
| tree | 3e6c13b1424d5005b595ea1d86f1b50a49b42390 /modules/email.home/aerc.conf | |
| parent | 7cca3043fa585dc0d0cef6a3f25756c946bee1aa (diff) | |
| download | nixos-config-b8e909d68bcb035648dda93f15de7863f444a3c4.tar.gz nixos-config-b8e909d68bcb035648dda93f15de7863f444a3c4.zip | |
Switch to kakoune + daffm
Diffstat (limited to '')
| -rw-r--r-- | modules/email.home/aerc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/email.home/aerc.conf b/modules/email.home/aerc.conf index e7dc011..656d4a1 100644 --- a/modules/email.home/aerc.conf +++ b/modules/email.home/aerc.conf @@ -9,8 +9,8 @@ auto-mark-read = true parse-http-links = true [compose] -editor = nvim -file-picker-cmd = lf -selection-path=%f +editor = kak-tmux +file-picker-cmd = sh -c "DAFFM_SELECTIONS_OUT=%f daffm -c @picker" empty-subject-warning = true no-attachment-warning = ^[^>]*attach(ed|ment) edit-headers = true |
