diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2024-02-13 17:18:15 -0500 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2024-02-13 17:18:56 -0500 |
commit | fcf6ad06a8776a164876270a5b14bde4c91a0621 (patch) | |
tree | 478c36e115e01fde599ce86452792ebb7b9add40 /app-emacs/flycheck/files/50flycheck-gentoo-r1.el | |
parent | 21b2f027601bf63b4aecf144239d685b1ff2c51e (diff) | |
download | ebuilds-fcf6ad06a8776a164876270a5b14bde4c91a0621.tar.gz |
app-emacs/flycheck: create flycheck-33.1_p20240213.ebuild
This commit allows dropping pkg-info as a dependency!
Diffstat (limited to 'app-emacs/flycheck/files/50flycheck-gentoo-r1.el')
-rw-r--r-- | app-emacs/flycheck/files/50flycheck-gentoo-r1.el | 2 |
1 files changed, 2 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..84a054e --- /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" nil t) |