Alexander's particulars

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

June 9, 2009 · Leave a Comment

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

Categories: emacs · sage

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment