diff options
author | Ben Sima <ben@bsima.me> | 2018-08-07 17:05:22 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-08-07 17:05:22 -0700 |
commit | b8780cecbff864e6d682897b2514bd0614acd913 (patch) | |
tree | 235bdfd3c57ac57aa83b80d30b7be379ca3b1560 /mailcap | |
parent | fee155d802c7379355d0268ac57d8264c26819a4 (diff) |
Open ics files in emacs (for entry into org-agenda)
Diffstat (limited to 'mailcap')
-rw-r--r-- | mailcap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,4 +2,5 @@ text/html; lynx -dump -width=78 -nolist %s | sed 's/^ //'; copiousoutput; need application/pdf; apvlv %s image/*; feh %s application/msword; antiword %s; copiousoutput +application/ics; emacs %s application/*; xdg-open %s & sleep 5 |