Browse Source

Use `$EDITOR` instead of hardcoding vim

tags/v3.1
Abin Simon 6 years ago
committed by GitHub
parent
commit
b739589fa5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      muttrc

+ 1
- 1
muttrc View File

@@ -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"


Loading…
Cancel
Save