eflanigan00

Results 10 issues of eflanigan00

When executing counsel-M-x and other commands like counsel-rg it would be nice to be able to use avy-goto-line to select the line of interest

Right now projectile appears like this: Projectile[my_directory] Even if there were no icon a simple P[my_directory] would be great to reduce the amount of space

The code would be much more flexible if you passed a numpy random state in and used that for the random draws. Object oriented random number generator would allow the...

emacs --daemon emacsclient -c It works in other themes so I'm not sure what the problem is.

Nice package, thanks for putting this together. In your example you use `\(\s-*[0-9]+\)` I can't get that to work. What works for me is if I go to group -1...

Currently this leaves an empty line. It would be great if it deleted the empty line also.

## Feature description For emacs 30 there is a built in tooltip. When I hover over the error with the mouse it is displayed in the tooltip. How can I...

kind: feature request

When I use the same characters it works: (key-chord-define-global "CC" 'capitalize-dwim) (key-chord-define-global "LL" 'downcase-dwim) (key-chord-define-global "uu" 'upcase-dwim) Changing characters does not: (key-chord-define-global "cv" 'capitalize-dwim) ;; cc is used in access...