Simon Manning

Results 6 issues of Simon Manning

Hi, Thanks for this guide, very informative and useful! Just wondering if you (or anyone else that comes across this) has any experience overclocking the refresh rate on a 2015...

Hey, First of all I really appreciate the work you're doing on this. Would love to be able to use Emacs for all my Swift dev :) Just had a...

As per magit/magit#1922 some changes are required for the next release of magit. Will look into this asap.

I've been playing around with the hotfuzz-module and it's so fast — just ran into one issue with [consult](https://github.com/minad/consult) which uses these 'tofu' characters in candidates which breaks with this...

Now that Emacs 29 has built-in treesitter support and there's a Swift grammar [here](https://github.com/alex-pinkus/tree-sitter-swift), it looks like we'd need a `swift-ts-mode` to actually take advantage of it. I found some...

This occurs with vertico, although unsure if that's related. Minimal init.el that reproduces this: ```emacs-lisp ;; Bootstrap straight. (setq-default straight-repository-branch "develop") (defvar bootstrap-version) (let ((bootstrap-file (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) (bootstrap-version 6))...