diff options
author | Abin Simon <abinsimon10@gmail.com> | 2018-03-13 19:48:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-13 19:48:34 +0530 |
commit | b739589fa5bb6c7a6f86658d3d6dbd6c184e4c47 (patch) | |
tree | 5caee3c8789b77da004346809c3378b8792dfdb9 | |
parent | a4e016a8f33c76c963df256d47d8b78cb1a80d74 (diff) |
Use `$EDITOR` instead of hardcoding vim
-rw-r--r-- | muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ source etc/muttcol source etc/aliases set sleep_time = 0 set sort = 'reverse-date' -set editor = vim +set editor = $EDITOR #set copy = no set timeout = "5" set mail_check = "10" |