summaryrefslogtreecommitdiff
path: root/dev-util/pkgcheck/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-02 03:17:18 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-02 03:17:18 +0100
commit8f4c38a7c36dcb0533df606e6906314a00b70933 (patch)
treeecefade2e78e792adbecf221f91b52da6dd18b6f /dev-util/pkgcheck/files
parentc69eea8c84cee05e6ba332fd1f39cfb6554d5726 (diff)
gentoo auto-resync : 02:08:2022 - 03:17:18
Diffstat (limited to 'dev-util/pkgcheck/files')
-rw-r--r--dev-util/pkgcheck/files/50pkgcheck-gentoo.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-util/pkgcheck/files/50pkgcheck-gentoo.el b/dev-util/pkgcheck/files/50pkgcheck-gentoo.el
new file mode 100644
index 000000000000..7808713be94a
--- /dev/null
+++ b/dev-util/pkgcheck/files/50pkgcheck-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'flycheck-pkgcheck-setup "flycheck-pkgcheck"
+ "Flycheck pkgcheck setup." t)
+(add-hook 'ebuild-mode-hook 'flycheck-pkgcheck-setup)