I'd like to be able to open files with extensions other that .zip that have zip contents using Emacs' built-in zip file support. Is this possible? If so, how?
|
1
|
|||||||
|
|
|
Open the file, then type
If you're doing this a lot, then you might want to create a command to do it (because archive-mode isn't a command. Comments in the function say:
But you could easily advise it to make it interactive:
At which point you can now do |
||
|
|
|
If you want a more permanent solution, I do something like this in my .emacs:
|
||
|
