aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.org b/README.org
index 290455e..0fdc345 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,16 @@
#+title: hc.el
-hc.el is the emacs client for hcel.
+hc.el is a client to [[https://g.ypei.me/hcel.git/][hcel]] and Emacs package for Haskell code
+exploring. Features include:
+
+- Jump to definition (using xref)
+- 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 buffer
+- Eldoc integration, showing type and documentation of the identifier
+ at point, or the selected expression.
+- Syntax highlight (requires haskell-mode)
* Install