mekeor

joined 10 months ago
[–] [email protected] 1 points 10 months ago

This is really impressive, funny, entertaining, amusing, but hell dangerous. Do not use this. Do not let an LLM execute arbitrary shell commands on your computer without reviewing and comprehending them.

[–] [email protected] 1 points 10 months ago
[–] [email protected] 1 points 10 months ago

Does anybody else have problems with go-ts-mode, especially when invoking fill-paragraph in a comment?

[–] [email protected] 0 points 10 months ago

for performance, does it only highlight matches in the displayed part of buffers?

[–] [email protected] 0 points 10 months ago

I don't use use-package myself, but maybe you could write:

(use-package package
  :init
  (add-to-list 'package-archives '("MELPA" . "http://melpa.org/packages/")))

I'd expect it to understand that you are referring to package.el, where package-archives variable is defined.