diff options
-rw-r--r-- | README.org | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -62,19 +62,20 @@ You may find an emacs client under the ~lisp~ directory. It covers - Find references (based on compilation mode) - Search identifiers in a package or globally (based on compilation mode) - Highlight the identifier at point -- Browse packages, modules and identifiers in an outline mode +- Browse packages, modules and identifiers in an outline mode buffer - Eldoc integration, showing type and documentation of the identifier at point, or the selected expression. - Syntax highlight (requires haskell-mode) -To use, start a server, and set the endpoint: +To start, start a server, and set the endpoint: #+begin_src elisp (require 'hc) (setq hcel-endpoint "localhost:8080") #+end_src -To start, run command ~hcel~ to enter the outline mode. +Then run command ~hcel~ to browse in a hcel-outline mode buffer, or +~hcel-package~ to select a package and module in the minibuffer. * Contact and Copyright |