From bc3bddf4a8cd343bd7b550abca2b09647f0c447f Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Thu, 17 Feb 2022 14:42:26 +0100 Subject: [PATCH] XREF: Add helm-xref --- config.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.org b/config.org index 8a5208e..7eed711 100644 --- a/config.org +++ b/config.org @@ -844,6 +844,17 @@ https://github.com/bbatsov/helm-projectile ) #+END_SRC +** Helm-xref + +Helm interface to xref: +https://github.com/brotzeit/helm-xref + +#+BEGIN_SRC emacs-lisp +(use-package helm-xref + :ensure t +) +#+END_SRC + * Mutliple cursors https://github.com/magnars/multiple-cursors.el