Skip to content

enzuru/completing-read-cider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

completing-read-cider

This is a simple package that provides completing-read for CIDER symbols. When a symbol is selected, a definition of the symbol is shown.

Use the completion framework of your choice, whether ivy, vertico, mct, or just the standard icomplete.

Installation

(straight-use-package
 '(completing-read-cider
   :type git
   :host github
   :repo "enzuru/completing-read-cider"))
(require 'completing-read-cider)

(define-key clojure-mode-map (kbd "C-h s") 'completing-read-cider-describe-symbol)
(define-key cider-repl-mode-map (kbd "C-h s") 'completing-read-cider-describe-symbol)

Using with Ivy

(setq completing-read-function #'ivy-completing-read)

License

Licensed under the GPLv3; copyright is assigned to my eponymous charity enzu.ru

About

Search Lisp symbols defined in CIDER with completing-read

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published