Matus Goljer
Matus Goljer
The macos tests seem to not provide older emcas versions anymore: ``` error: flake 'github:purcell/nix-emacs-ci' does not provide attribute 'packages.aarch64-darwin.emacs-27-2', 'legacyPackages.aarch64-darwin.emacs-27-2' or 'emacs-27-2' Did you mean one of emacs-28-2, emacs-29-2,...
`safe-local-variable-values` in my config has 700+ lines, this is not something I need to version. It is a one-time thing to approve values on a new computer.
Here it would be also good to configure some variables as safe, maybe given a prefix so they don't even need to be saved. It seems in the recent years...
I wrote a small function for myself to do that. I would guess you can also use other types of logins, change `AUTHENTICATION` appropriately. ```elisp (defun my-lsp-mssql-connect () (interactive) (lsp)...
Hi! This looks really cool, something I often find myself missing and I usually drop into eshell to create the symlink but then I never remember the syntax (is the...
See also https://emacs.stackexchange.com/questions/29476/always-remove-brackets-by-pairs-fix-hungry-delete-mode-and-smartparens-strict/29484#29484
What we support now is shared closing delimiter, for example in ruby you can have pairs like `begin..end` or `if..end` or `do..end` and similar. But we can't do shared opening...
If it's `org-mode` there's nothing we can do. Org uses different syntax settings and even though the text is fontified as emacs lisp it is still an `org-mode` content---the emacs...
Is this worth spending time on from our side?
That definitely sounds annoying, but I don't see any way this could be fixed without modifying hippie expand.