summaryrefslogtreecommitdiff
path: root/app-emacs/flycheck/files
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2022-03-28 22:40:20 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2022-03-28 22:40:20 -0400
commita5d738462df57d1efbe05d9b5781dd709638d309 (patch)
tree15777c257e636b78939ced0c617b602fffd1e555 /app-emacs/flycheck/files
parentd0a72aa75f79fea9169db6eba70bf9b72ac86896 (diff)
downloadebuilds-a5d738462df57d1efbe05d9b5781dd709638d309.tar.gz
app-emacs/flycheck: copied flycheck from ::gentoo
Diffstat (limited to 'app-emacs/flycheck/files')
-rw-r--r--app-emacs/flycheck/files/50flycheck-gentoo.el4
1 files changed, 4 insertions, 0 deletions
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)