Skip to content

Instantly share code, notes, and snippets.

@c02y
Last active April 11, 2019 07:44
Show Gist options
  • Save c02y/58e739376e0c4d54f04994727ff705eb to your computer and use it in GitHub Desktop.
Save c02y/58e739376e0c4d54f04994727ff705eb to your computer and use it in GitHub Desktop.
helm-swoop edit problem
download helm-swoop.el from https://raw.githubusercontent.com/ashiklom/helm-swoop/master/helm-swoop.el
since it fixes the edit problem in helm-swoop
(bind-keys*
("C-x s" . helm-swoop)
("C-x S" . helm-multi-swoop))
delete "C-x e" binding
;; omit the result to STDOUT after return when using emacs/emacsclient -e "expression"
(define-advice server-eval-and-print (:filter-args (args) no-print)
(list (car args) nil))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment