summaryrefslogtreecommitdiff
path: root/app-emacs/flycheck/files
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2022-04-06 21:44:40 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2022-04-06 21:44:40 -0400
commit6375e322de854725306cd66dd5fe244bcdd75143 (patch)
tree3d934113019f7f14f6e83c9799bb7fe0938c3fa2 /app-emacs/flycheck/files
parent9d5df42b92a1a953c49adf384bf6d3197fef5da6 (diff)
downloadebuilds-6375e322de854725306cd66dd5fe244bcdd75143.tar.gz
app-emacs/flycheck: added version p20220328 (which is actually version 32!)
Diffstat (limited to 'app-emacs/flycheck/files')
-rw-r--r--app-emacs/flycheck/files/50flycheck-gentoo-r1.el2
-rw-r--r--app-emacs/flycheck/files/50flycheck-gentoo.el4
2 files changed, 6 insertions, 0 deletions
diff --git a/app-emacs/flycheck/files/50flycheck-gentoo-r1.el b/app-emacs/flycheck/files/50flycheck-gentoo-r1.el
new file mode 100644
index 0000000..46ab676
--- /dev/null
+++ b/app-emacs/flycheck/files/50flycheck-gentoo-r1.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "@SITELISP@/flycheck-autoloads")
diff --git a/app-emacs/flycheck/files/50flycheck-gentoo.el b/app-emacs/flycheck/files/50flycheck-gentoo.el
new file mode 100644
index 0000000..5f6c703
--- /dev/null
+++ b/app-emacs/flycheck/files/50flycheck-gentoo.el
@@ -0,0 +1,4 @@
+;;; Flycheck site-lisp configuration
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'flycheck-mode "flycheck" nil t)
+(autoload 'global-flycheck-mode "flycheck" nil t)