commit - e0ef727d40808d018e5c884a7091166be10b7836
commit + 0ec9ebe9015d6ef13c75a855447640d2349df2f6
blob - /dev/null
blob + 5df3b03b08f22fbbc21e680b7a0d121c88883341 (mode 644)
--- /dev/null
+++ README.md
+Side Hustle
+===========
+
+Hustle through a buffer's Imenu in a side window in GNU Emacs.
+
+
+Installation
+------------
+
+Add somethign like this to your init file:
+
+ (define-key (current-global-map) (kbd "M-s l") #'side-hustle-toggle)
+
+
+Bugs and Feature Requests
+-------------------------
+
+Send me an email (address in the package header). For bugs, please
+ensure you can reproduce with:
+
+ $ emacs -Q -l side-hustle.el
+
+Known issues are tracked with `FIXME` comments in the source.
+
+
+Alternatives
+------------
+
+[Imenu-List](https://github.com/bmag/imenu-list)