You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/pov-mode/files/50pov-mode-gentoo.el

10 lines
423 B

(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@/")