emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
689 stars 55 forks source link

add function helm-swoop--goto-line-action and helm-swoop--goto-line-a… #102

Closed jixiuf closed 8 years ago

jixiuf commented 8 years ago

add function helm-swoop--goto-line-action and helm-swoop--goto-line-action-hook

demo for evil user: (defun push-mark-after-helm-swoop() (isearch-update-ring helm-pattern evil-regexp-search)) (add-hook 'helm-swoop--goto-line-action-hook 'push-mark-after-helm-swoop)

101

jixiuf commented 8 years ago

updated

jixiuf commented 8 years ago

updated