Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

aikrahguzar/consult-hoogle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

consult-hoogle: A hoogle front end for Emacs using consult.

GPL 3

consult-hoogle uses wraps the functionality of Haskell search engine and integrates it with the Emacs completion system with the help of consult.

Use M-x consult-hoogle to begin a hoogle search. The resulting interface looks like this: Screenshot

By default it shows the documentation of the selected candidate in a separate window. The documentation window can be turned by calling consult-hoogle with a prefix arg. Where the documentation window appears can be configured by adding an entry to display-buffer-alist for " *Hoogle Documentation*".

If you are using vertico along with extensions, then using vertico-buffer-mode, the candidates and the documentation window can be arranged to appear side by side. Screenshot This will likely require configuring display-buffer-alist for "*vertico-buffer*" as well as " *Hoogle Documentation*". Using vertico-buffer-mode only for this command can be done using vertico-multiform-mode.

Releases

No releases published

Packages

No packages published