Radon Rosborough

Results 593 comments of Radon Rosborough

The link above has rotted; here it is: https://web.archive.org/web/20161113164827/http://www.sharms.org/blog/2012/08/24/using-iterm2-themes-with-gnome-terminal/ Unfortunately, that script uses `gconf` which is now obsolete and appears to no longer be a valid way to configure gnome-terminal....

> Maybe in the future it makes sense to only support the latest version of each For now, `straight.el` supports Emacs 24.5 and later. None of my other projects even...

> I still dream of using straight.el as a build tool somehow. I would like that as well. See e.g. https://github.com/raxod502/straight.el/issues/100. Half the time when I try to use Cask...

Currently I test my Emacs packages against each minor version as well. There are some reasons why that's mildly helpful: * although you'd think minor version bumps would be smaller...

Oh, heh, I see you took care of removing the older images already, guess I'll update my CI now :P

FYI to others who may need to update their CI, you should migrate to using `silex/emacs:25`, `silex/emacs:26`, etc. rather than `silex/emacs:25.3`, `silex/emacs:26.3`, etc. which will break when a new minor...

Also not using them myself, but I wonder if people using M1 Macs might have need of them?

(To be clear, I'd be fine with retaining fontification of metadata blocks that are enclosed in `---` delimiters. I just don't want to have `markdown-mode` identify my text as metadata...

The advice that I posted earlier in this thread suddenly started causing `markdown-mode` fontification to instantly hang Emacs. I'm not sure why, but I figured now would be a good...

(Actually, I've gotten it to work once again with: ```elisp (defun radian--disable-markdown-metadata-fontification (&rest _) "Prevent fontification of YAML metadata blocks in `markdown-mode'. This prevents a mis-feature wherein if the first...