From a5d738462df57d1efbe05d9b5781dd709638d309 Mon Sep 17 00:00:00 2001 From: John Turner Date: Mon, 28 Mar 2022 22:40:20 -0400 Subject: app-emacs/flycheck: copied flycheck from ::gentoo --- app-emacs/flycheck/files/50flycheck-gentoo.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app-emacs/flycheck/files/50flycheck-gentoo.el (limited to 'app-emacs/flycheck/files') 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) -- cgit v1.2.3