Make emacs load .spkg files like .tar.gz files

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))

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s