From ea78d007ce4e820932c5cf3c8e252b0e8fc4e9d0 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 19 Sep 2022 10:39:11 +1000 Subject: updated readme with features --- README.org | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3