summaryrefslogtreecommitdiff
path: root/emacs/functions.el
AgeCommit message (Collapse)Author
2022-01-15emacs: Add my/swiper and bind it to C-c sGrégoire Duchêne
If the region is active, my/swiper will call swiper with the contents of the region as initial input. Also, When invoked with a prefix argument, swiper-all is called instead.
2022-01-15emacs: Add my/isearch-region advice to isearchGrégoire Duchêne
If the region is active, my/isearch-region will add its contents to the search string.
2021-12-11emacs: Refactor configurationGrégoire Duchêne