summaryrefslogtreecommitdiff
path: root/app-emacs/flycheck/files
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2021-09-29 21:37:25 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2021-09-29 21:37:25 -0400
commit8c8025d9f6c93e757a94e2f75b824ff4a8706029 (patch)
treef7f501eff311d01fd371425af073e24c13f0e248 /app-emacs/flycheck/files
downloadebuilds-8c8025d9f6c93e757a94e2f75b824ff4a8706029.tar.gz
init
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)