X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=filesystem%2Fusr%2Flocal%2Fbin%2Fprof-irc;h=c9ffaac3cf5cef3e472ba243ff58a58797f65f89;hb=d67edcdca8795a4bca116aa532d02dda246a6f53;hp=31c2823c3001bb8f9c4f9d52c8026d958286c4af;hpb=523b7ff889aaafdcd997d84b2a06744993018e89;p=distro-setup diff --git a/filesystem/usr/local/bin/prof-irc b/filesystem/usr/local/bin/prof-irc index 31c2823..c9ffaac 100755 --- a/filesystem/usr/local/bin/prof-irc +++ b/filesystem/usr/local/bin/prof-irc @@ -1,5 +1,10 @@ #!/bin/bash +# man profanity says: +# ALT+c Run external editor (see profanity-editor(1)) for current input line. +# note: this is NOT in the online manual list of commands, that has got to +# be a bug. + # This, along with changes to emacs init file and prof-remote allows us # to press alt-c in profanity to send the current text to #fsfsys. exec emacsclient -s profanity -a "" "$@"