ecopy app-text/noweb from the main portage tree.
[wtk-prefix-overlay.git] / app-text / noweb / files / 50noweb-gentoo.el
diff --git a/app-text/noweb/files/50noweb-gentoo.el b/app-text/noweb/files/50noweb-gentoo.el
new file mode 100644 (file)
index 0000000..62b50cf
--- /dev/null
@@ -0,0 +1,7 @@
+
+;;; noweb site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(autoload  'noweb-mode "noweb-mode"
+  "Minor meta mode for editing noweb files." t)
+(add-to-list 'auto-mode-alist '("\\.nw\\'" . noweb-mode))