dcc57fca80
- update to php-mode-1.4.0 - update to rpm-spec-mode.el v0.12.1x (bz432209) - patch rpm-spec-mode to use compilation mode (bz227418) - fix the Release tag (bz440624) - drop superfluous configure options - move the new icons into the right destination directory
5 lines
167 B
EmacsLisp
5 lines
167 B
EmacsLisp
;; rpm-spec-mode for spec files
|
|
|
|
(autoload 'rpm-spec-mode "rpm-spec-mode" "RPM spec mode." t)
|
|
(add-to-list 'auto-mode-alist '("\\.spec\\(\\.in\\)?$" . rpm-spec-mode))
|