Add the following to your .emacs:
;; the following makes .spkg files load automatically
(add-to-list 'jka-compr-compression-info-list
'["\\.spkg" "" "" nil "unspkging" "bunzip2" ("-c" "-d") t nil "BZh"])
(jka-compr-update)
(add-to-list 'auto-mode-alist '("\\.spkg$" . tar-mode))
-
Recent Posts
- Building libiconv on Mac OS X 10.6 x86_64
- Barefoot running?
- I recommend Elliot Smith
- jQuery nextOf/prevOf plugin
- International coffee shop ratings
- Spellchecking sage source
- Thoughts on being sage release manager
- Make emacs load .spkg files like .tar.gz files
- sage release manager for a week…
- Updating wordpress.com blogs from emacs using weblogger.el