Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > ed2c9e830f318a8e8d289ec91e56c1cc > files > 2

pure-0.36-2.fc13.src.rpm

;; Register pure-mode

(autoload 'pure-mode "pure-mode" "Major mode for editing Pure code." t)
(add-to-list 'auto-mode-alist '("\\.pure$" . pure-mode))

(add-hook 'pure-mode-hook 'turn-on-font-lock)
(add-hook 'pure-eval-mode-hook 'turn-on-font-lock)