summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el')
-rw-r--r--app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el5
1 files changed, 5 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 000000000000..a83ebf0e0a8e
--- /dev/null
+++ b/app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el
@@ -0,0 +1,5 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'highlight-indentation-mode "highlight-indentation"
+ "Highlight indentation minor mode highlights indentation based on spaces." t)
+(autoload 'highlight-indentation-current-column-mode "highlight-indentation"
+ "Highlight Indentation minor mode displays a vertical bar." t)