d057202dee
WWW: http://www.tihlde.org/~stigb/rpm-spec-mode.el Submitted by: Max N. Boyarov <m.boyarov@gmail.com>
11 lines
424 B
Text
11 lines
424 B
Text
|
|
===================================================================
|
|
|
|
Put this in your .emacs file to enable autoloading of rpm-spec-mode,
|
|
and auto-recognition of ".spec" files:
|
|
|
|
(autoload 'rpm-spec-mode "rpm-spec-mode.el" "RPM spec mode." t)
|
|
(setq auto-mode-alist (append '(("\\.spec" . rpm-spec-mode))
|
|
auto-mode-alist))
|
|
|
|
===================================================================
|