Last active
April 11, 2019 07:44
-
-
Save c02y/58e739376e0c4d54f04994727ff705eb to your computer and use it in GitHub Desktop.
helm-swoop edit problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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