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