diff options
author | Raul Benencia <id@rbenencia.name> | 2022-07-29 08:04:36 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2022-07-29 08:04:36 -0700 |
commit | ceed9fa8c86883a1d3e3e02bcba2f0e49aa5af8b (patch) | |
tree | a3a0779401117bbdddb61990667c6eab0c2fabd9 /bin | |
parent | cfbd91ac9937cb7e621a557fc5fb5c75d7e71e88 (diff) |
emacs: simplify org-capture
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mutt-remember-mail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mutt-remember-mail b/bin/mutt-remember-mail index e9898f5..8fafc3d 100755 --- a/bin/mutt-remember-mail +++ b/bin/mutt-remember-mail @@ -6,7 +6,7 @@ # License: GNU General Public License (GPL), version 3 or above # # Example of mutt macro to invoke this hitting ESC-R (to be put in ~/.muttrc): -# macro index \eR "|~/bin/remember-mail\n" +# macro index \eR "|~/bin/mutt-remember-mail\n" use strict; use Mail::Internet; |