summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-02-17 19:42:33 +0000
committerMatthew Smith <matthew@gentoo.org>2022-02-17 19:43:50 +0000
commit782f0f12572b80db477061fac882923c647f8fdc (patch)
treec784c0e24a4bfe730f5d91e8f3b08efeb142d957 /app-emacs/consult-flycheck/files
parentapp-emacs/vertico: initial import at 0.20 (diff)
downloadgentoo-782f0f12572b80db477061fac882923c647f8fdc.tar.gz
gentoo-782f0f12572b80db477061fac882923c647f8fdc.tar.bz2
gentoo-782f0f12572b80db477061fac882923c647f8fdc.zip
app-emacs/consult-flycheck: initial import at 0.8
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs/consult-flycheck/files')
-rw-r--r--app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el b/app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el
new file mode 100644
index 000000000000..fb5b6f1d69dd
--- /dev/null
+++ b/app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'consult-flycheck "consult-flycheck" nil t)