diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-12-20 00:44:08 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-12-20 00:44:08 +0000 |
commit | 57eaa9a9fff4270c0244c9957d5575d5fcefb4d0 (patch) | |
tree | 8b5958bfb949d691d98c77437fe624545884782f /audio/id3el/pkg-descr | |
parent | 92c103f53f2feda62cbd4632a6a3e94b4a9f80f0 (diff) |
Notes
Diffstat (limited to 'audio/id3el/pkg-descr')
-rw-r--r-- | audio/id3el/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/id3el/pkg-descr b/audio/id3el/pkg-descr new file mode 100644 index 000000000000..9416fcb0faf2 --- /dev/null +++ b/audio/id3el/pkg-descr @@ -0,0 +1,8 @@ +This is an add-on to enable editing ID3 tag by typing `E' in +mpg123-mode's (ports/audio/mpg123.el) buffer on Emacsen. + +Put the expression below into your ~/.emacs. + +(load "id3.el") + +WWW: http://www.gentei.org/~yuuji/software/mpg123el/ |