You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve "g"
* lispy.el (lispy-build-semanticdb): Return the corresponding db.
(lispy--fetch-tags): Try to call `lispy-build-semanticdb' before raising
an error.
Completion methods aplenty
* lispy.el (lispy-completion-method): New custom var.
(lispy--tag-name-and-file): Give only a plain name for `ido', unless
`ido-vertical-mode'.
(lispy--select-candidate): Dispatch on `lispy-completion-method'.
You can now jump to tags with:
- helm
- ido
- ido-vertical
- icomplete-mode
- icy-mode
- plain-old completing-read
Fixes#44.
Rename -out-forward to -right, and -out-backward to -left
* lispy.el (lispy-out-forward): declare obsolete in 0.21.0.
(lispy-out-backward): declare obsolete in 0.21.0.
(lispy-out-forward-nostring): declare obsolete in 0.21.0.