summaryrefslogtreecommitdiff
blob: 0489820ec5f6ea9b2c188c2e17bb277b0b523f7e (plain)
1
2
3
4
5
6
7
8
9
(add-to-list 'load-path "@SITELISP@")
(autoload 'pov-mode "pov-mode" "PoVray scene file mode" t)
(add-to-list 'auto-mode-alist '("\\.pov\\'" . pov-mode))
;;(add-to-list 'auto-mode-alist '("\\.inc\\'" . pov-mode))

;; Override customization variables setting various directories.
(setq pov-include-dir "/usr/share/povray/include")
(setq pov-insertmenu-location "@SITEETC@/InsertMenu")
(setq pov-icons-location "@SITEETC@/")