summaryrefslogtreecommitdiff
path: root/app-emacs/poke-mode/files/50poke-mode-gentoo.el
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-28 02:49:59 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-28 02:49:59 +0000
commite53aa6b4fbe5a0c6db75d893829f7a6a37a14180 (patch)
treedd095d36490410a724fd271fcdf08c31a5336edd /app-emacs/poke-mode/files/50poke-mode-gentoo.el
parentc5ee568457ac776b65b71fa444e0dd47535bc44a (diff)
gentoo auto-resync : 28:01:2023 - 02:49:59
Diffstat (limited to 'app-emacs/poke-mode/files/50poke-mode-gentoo.el')
-rw-r--r--app-emacs/poke-mode/files/50poke-mode-gentoo.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/app-emacs/poke-mode/files/50poke-mode-gentoo.el b/app-emacs/poke-mode/files/50poke-mode-gentoo.el
new file mode 100644
index 000000000000..53fd87c88d6d
--- /dev/null
+++ b/app-emacs/poke-mode/files/50poke-mode-gentoo.el
@@ -0,0 +1,7 @@
+;;; poke-mode site configuration
+(add-to-list 'load-path "@SITELISP@")
+
+(autoload 'poke-mode "poke-mode"
+ "Poke PK (pickle) editing mode." t)
+
+(add-to-list 'auto-mode-alist '(".*\\.pk" . poke-mode))