Skip to content

maindoor/helm-xref

This branch is 14 commits behind brotzeit/helm-xref:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc90ed9 · Jul 21, 2019

History

38 Commits
Jul 21, 2019
Jul 21, 2019
Apr 25, 2017

Repository files navigation

helm-xref

Melpa

Helm interface for xref

Setup

The package can be installed from MELPA.

(require 'helm-xref)
(if (< emacs-major-version 27)
    (setq xref-show-xrefs-function 'helm-xref-show-xrefs)
  (setq xref-show-xrefs-function 'helm-xref-show-xrefs-27))

About

Helm interface for xref results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%