diff options
-rw-r--r-- | home-config/aerc/aerc.conf | 2 | ||||
-rw-r--r-- | home-config/home-configuration.scm | 1 | ||||
-rw-r--r-- | home-config/nvim/config/after/ftplugin/mail/custom.vim | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/home-config/aerc/aerc.conf b/home-config/aerc/aerc.conf index ac4cbcb..5ccd325 100644 --- a/home-config/aerc/aerc.conf +++ b/home-config/aerc/aerc.conf | |||
@@ -64,6 +64,8 @@ log-level=trace | |||
64 | # Default: date<20,name<17,flags>4,subject<* | 64 | # Default: date<20,name<17,flags>4,subject<* |
65 | #index-columns=date<20,name<17,flags>4,subject<* | 65 | #index-columns=date<20,name<17,flags>4,subject<* |
66 | 66 | ||
67 | spinner = '/,-,\,|' | ||
68 | |||
67 | # | 69 | # |
68 | # Each name in index-columns must have a corresponding column-$name setting. | 70 | # Each name in index-columns must have a corresponding column-$name setting. |
69 | # All column-$name settings accept golang text/template syntax. See | 71 | # All column-$name settings accept golang text/template syntax. See |
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index b84d5e0..068a1ef 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -112,6 +112,7 @@ | |||
112 | (service home-xdg-configuration-files-service-type | 112 | (service home-xdg-configuration-files-service-type |
113 | `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) | 113 | `(("nvim/init.vim" ,(local-file "nvim/config/init.vim")) |
114 | ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) | 114 | ("nvim/after/ftplugin/markdown/custom.vim" ,(local-file "nvim/config/after/ftplugin/markdown/custom.vim")) |
115 | ("nvim/after/ftplugin/mail/custom.vim" ,(local-file "nvim/config/after/ftplugin/mail/custom.vim")) | ||
115 | ("sway" ,(local-file "sway" #:recursive? #t)) | 116 | ("sway" ,(local-file "sway" #:recursive? #t)) |
116 | ("hypr" ,(local-file "hypr" #:recursive? #t)) | 117 | ("hypr" ,(local-file "hypr" #:recursive? #t)) |
117 | ("waybar" ,(local-file "waybar" #:recursive? #t)) | 118 | ("waybar" ,(local-file "waybar" #:recursive? #t)) |
diff --git a/home-config/nvim/config/after/ftplugin/mail/custom.vim b/home-config/nvim/config/after/ftplugin/mail/custom.vim new file mode 100644 index 0000000..41ad2e4 --- /dev/null +++ b/home-config/nvim/config/after/ftplugin/mail/custom.vim | |||
@@ -0,0 +1,2 @@ | |||
1 | setlocal tw=0 | ||
2 | setlocal lbr | ||