This package browser is in early development. Mind the rough edges.

emacs-counsel

Various completion functions using Ivy

Just call one of the interactive functions in a file to complete the corresponding thing using Ivy.

The following completions are currently available:

  • Symbol completion for Elisp, Common Lisp, Python, Clojure, C, C++.

  • Describe functions for Elisp: function, variable, library, command,

  • bindings, theme.

  • Navigation functions: imenu, ace-line, semantic, outline.

  • Git utilities: git-files, git-grep, git-log, git-stash, git-checkout.

  • Grep utilities: grep, ag, pt, recoll, ack, rg.

  • System utilities: process list, rhythmbox, linux-app.

  • Many more.

Installation

Install the latest version of emacs-counsel as follows:

guix install emacs-counsel

Or install a particular version:

guix install emacs-counsel@0.15.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of emacs-counsel about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-counsel'><img src='https://packages.guix.gnu.org/packages/emacs-counsel/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-counsel/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-counsel)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-counsel][https://packages.guix.gnu.org/packages/emacs-counsel/badges/latest-version.svg]]