Morgan Smith
Morgan Smith
Elpa and Emacs require contributors assign their copyright to the FSF before code is accepted. See this issue for more information: https://github.com/jwiegley/use-package/issues/282
This would be a feature I would use. I prefer to use the built-in eglot package (because it's built-in. Maybe lsp-mode is better, I'm not sure). https://github.com/joaotavora/eglot It might be...
So I have added this code snippet to my init file: ```elisp (define-derived-mode sway-mode prog-mode "sway") (add-to-list 'auto-mode-alist '("\\.sw\\'" . sway-mode)) (add-to-list 'eglot-server-programs '((sway-mode) . ("nix" "shell" "github:fuellabs/fuel.nix#fuel" "--command" "forc-lsp")))...
Actually if we define sway mode like this (inheriting the rust tree-sitter mode (emacs doesn't have a normal rust-mode, only a tree-sitter version)): ``` (define-derived-mode sway-mode rust-ts-mode "sway") ``` Then...
Hello! I have written sway-ts-mode to add sway syntax highlighting to Emacs. It was a lot more work then I was expecting. Here is the link: https://git.sr.ht/~morgansmith/sway-ts-mode It seems to...
I just rebased this and fixed all merge conflicts
I believe this issue is proposing we release a version bump of stgit.el. I've recently done some work on it that fixes a number of warnings so I think a...