summaryrefslogtreecommitdiff
path: root/app-misc/gtypist/files/50gtypist-gentoo.el
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/gtypist/files/50gtypist-gentoo.el')
-rw-r--r--app-misc/gtypist/files/50gtypist-gentoo.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/app-misc/gtypist/files/50gtypist-gentoo.el b/app-misc/gtypist/files/50gtypist-gentoo.el
new file mode 100644
index 000000000000..8d888d4dcd87
--- /dev/null
+++ b/app-misc/gtypist/files/50gtypist-gentoo.el
@@ -0,0 +1,6 @@
+
+;; gtypist site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'gtypist-mode "gtypist-mode" nil t)
+(add-to-list 'auto-mode-alist '("\\.typ\\'" . gtypist-mode))