XREF: Add helm-xref
This commit is contained in:
parent
f0bd80917c
commit
bc3bddf4a8
1 changed files with 11 additions and 0 deletions
11
config.org
11
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue