Cory Tertel

Results 2 issues of Cory Tertel

```lisp (use-package macrursors :config (dolist (mode '(corfu-mode goggles-mode beacon-mode)) (add-hook 'macrursors-pre-finish-hook mode) (add-hook 'macrursors-post-finish-hook mode)) (define-prefix-command 'macrursors-mark-map) (global-set-key (kbd "C-c SPC") #'macrursors-select) (global-set-key (kbd "C->") #'macrursors-mark-next-instance-of) (global-set-key (kbd "C-") #'macrursors-mark-next-instance-of)...

### Operating System and Version Fedora 41 ### Distribution flathub ### Description When typing, keyword suggestions should appear based on the language you are in. In C++, when typing "publ",...