mekeor

joined 2 years ago
[–] [email protected] 1 points 2 years 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 2 years ago

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

[–] [email protected] 1 points 2 years ago

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

[–] [email protected] 1 points 2 years 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.