Ivan Andrus

Results 11 issues of Ivan Andrus

I have yasnippet set to trigger on space, which makes the "the" snippet extremely annoying. I can't find anyway to prevent feature-mode snippets from being loaded. I think it would...

Several times I have found myself wanting the ability to drag a (mode-specific) defun up and down (swapping places with other defuns, not a line at a time). I don't...

Something I've wanted for a while is a "copy to clipboard" button to copy the appropriate latex code (and perhaps train detexify as well). This way I could use detexify,...

As usual when writing elisp, I mostly stopped once I got it working, so feel free to make me fix a few things that don't match your code style or...

Since ripgrep [doesn't support an rc file and doesn't plan to](https://github.com/BurntSushi/ripgrep/issues/196), it's very important to me that I can save some arguments (e.g. `--smart-case` and `--type-add`) that I always want...

enhancement

I wanted to use this code for a little experiment. Unfortunately, my time for the experiment ran out before I know that I got everything working on a modern Mac....

It would be nice to create a new (perhaps even automatically named like `*scratch 1*`) space with a button in the header where I can select other spaces.

@doolio [mentioned](https://github.com/gvol/emacs-memento-mori/pull/26#issuecomment-2041426752): "%.5Y" does not truncate the float to 2 or 3 decimal places as per the updated docstring. For me I see 14 places after the decimal point.

You have an example of how to do this in the README as `eww-buffer-auto-detect-mode`, but I shouldn't have to copy and paste that into my .emacs. I should be able...