diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2021-11-03 13:54:22 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2021-11-03 13:54:22 -0400 |
commit | 8b4dfa455d22e04024445d061388a5a9558bfe2a (patch) | |
tree | 6cb210ea27720d437aa047a8c0de1c2472e934ab /app-emacs/pyvenv/files | |
parent | ae3a6fb24b5c6a4723054ffa2e04b806a6e2fcdb (diff) | |
download | ebuilds-8b4dfa455d22e04024445d061388a5a9558bfe2a.tar.gz |
app-emacs/pyvenv: initial import
Diffstat (limited to 'app-emacs/pyvenv/files')
-rw-r--r-- | app-emacs/pyvenv/files/50pyvenv-gentoo.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/pyvenv/files/50pyvenv-gentoo.el b/app-emacs/pyvenv/files/50pyvenv-gentoo.el new file mode 100644 index 0000000..87672c9 --- /dev/null +++ b/app-emacs/pyvenv/files/50pyvenv-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(load "@SITELISP@/pyvenv-autoload.el") |