summaryrefslogtreecommitdiff
path: root/app-emacs/pov-mode/files/50pov-mode-gentoo.el
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/pov-mode/files/50pov-mode-gentoo.el')
-rw-r--r--app-emacs/pov-mode/files/50pov-mode-gentoo.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/app-emacs/pov-mode/files/50pov-mode-gentoo.el b/app-emacs/pov-mode/files/50pov-mode-gentoo.el
new file mode 100644
index 000000000000..0489820ec5f6
--- /dev/null
+++ b/app-emacs/pov-mode/files/50pov-mode-gentoo.el
@@ -0,0 +1,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@/")