mekeor

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

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

[–] [email protected] 1 points 1 year ago

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

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