aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-19 10:39:11 +1000
committerYuchen Pei <hi@ypei.me>2022-09-19 10:39:11 +1000
commitea78d007ce4e820932c5cf3c8e252b0e8fc4e9d0 (patch)
treef39b8fa84375d14824e3e50129e5649c7b8a5772
parentbbc38aad99945bf5ec9acaa163c6149b4443a412 (diff)
updated readme with features
-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