summaryrefslogtreecommitdiff
path: root/app-emacs/jq-mode/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 08:42:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 08:42:42 +0100
commit4c4bbf21230bd972cf759b2a40b782aa4149fc1f (patch)
treea59d84c4fdbf92f79a7545ab2aa28896f6a714e1 /app-emacs/jq-mode/files
parente7f37e03b952768321c8c943a80eff4152ea7bbd (diff)
gentoo auto-resync : 22:08:2022 - 08:42:42
Diffstat (limited to 'app-emacs/jq-mode/files')
-rw-r--r--app-emacs/jq-mode/files/50jq-mode-gentoo.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emacs/jq-mode/files/50jq-mode-gentoo.el b/app-emacs/jq-mode/files/50jq-mode-gentoo.el
new file mode 100644
index 000000000000..6b35014a151c
--- /dev/null
+++ b/app-emacs/jq-mode/files/50jq-mode-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'jq-mode "jq-mode"
+ "Major mode for editing jq files" t)
+(add-to-list 'auto-mode-alist '("\\.jq\\'" . jq-mode))