commit 958e6a5f355d89e7b553d4a76bdd4f42177644a8 from: Omar Polo date: Thu Feb 08 16:14:47 2024 UTC at the moment i prefer to use mg for mail composing commit - 6a4434d6715de706a5dd06420ff5cca30a32c6b5 commit + 958e6a5f355d89e7b553d4a76bdd4f42177644a8 blob - 8a45a524387914eaa0dff180259c3fbfdf02b0bb blob + 8130922598f2f5193ea75a2aebff0960d61f46ef --- kshrc.lp +++ kshrc.lp @@ -194,9 +194,6 @@ And even more aliases: for c in com rep fwd bnc; do local _mvisual='mg -f auto-fill-mode' - if [ -n "$DISPLAY" ]; then - _mvisual='emacsclient -c' - fi alias m$c="VISUAL='$_mvisual' m$c" alias o$c="m$c -from 'Omar Polo '"