no need to use mapconcat
This commit is contained in:
parent
5f1cc69f6e
commit
1bfccb8b63
3
conf.org
3
conf.org
|
@ -1920,8 +1920,7 @@ Signatures take lots of space and make short messages look needlessly clunky, so
|
||||||
(setq mu4e-compose-signature-auto-include nil
|
(setq mu4e-compose-signature-auto-include nil
|
||||||
|
|
||||||
mu4e-compose-signature
|
mu4e-compose-signature
|
||||||
(mapconcat
|
(string-join
|
||||||
'identity
|
|
||||||
'("Nate Dwarshuis"
|
'("Nate Dwarshuis"
|
||||||
""
|
""
|
||||||
"PhD Student - Biomedical Engineering - Krish Roy Lab"
|
"PhD Student - Biomedical Engineering - Krish Roy Lab"
|
||||||
|
|
Loading…
Reference in New Issue