Matus Goljer
Matus Goljer
This is a working version ```elisp (defun rainbow-colorize-match (color &optional match) "Return a matched string propertized with a face whose background is COLOR. The foreground is computed using `rainbow-color-luminance', and...
Turn this into a package later?
This could possibly lead as a precursor to evilification of Emacs. text objects are too cool not to use.
https://github.com/jojojames/smart-jump
`smart-jump` defaults to `dumb-jump` as fallback by default which is pretty great as we generally only have to define one extra definition. - [ ] js (flow) - [x] php...
https://github.com/Fuco1/.emacs.d/blob/master/files/vendor.org#turn-on-context-aware-modes-on-shell-command-output
Example local setup ``` ((nil (flycheck-php-phpstan-executable . "/home/matus/dev/application/docker-phpstan") (flycheck-phpstan-level . "7") (my-get-compile-command . (lambda () (let ((root (my-php-find-project-root)) (dir (my-php-local-file-name (my-get-test-file)))) (format "grunt --file='%s' test:php" (s-chop-prefix (concat root "/") (expand-file-name...
Turns out this already exists inside Emacs as `ff-find-other-file`. So all we need is to provide appropriate setup for that library.
Wrote my own: https://github.com/Fuco1/find-test
https://github.com/ljos/jq-mode So just integrate this