codecoll
codecoll
Org rifle is great, I use it often and it gave me an enhancement idea. For example, I search my notes for javascript stuff. I find it quickly, but it's...
Could you add the key 'c' to copy a variable as a lisp expression setting? It could make it convenient to quickly copy a setting (especially for more complex variables...
Very useful package, nice work, but using lazy highlight could be a great improvement, because when using it with big text files, it is sometimes very slow to type a...
1. Start vr/query-replace 2. type one character which matches current buffer contents, e.g: a 3. delete the character, so the pattern is empty 4. instead of showing the unchanged buffer,...
The threshold is hardcoded as 2: https://github.com/ShingoFukuyama/helm-swoop/blob/master/helm-swoop.el#L322 This should be configurable. I'd also like to highlight word matches even if the search is only 1 or 2 characters long.