• 1 Post
  • 18 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle










  • aramus@lemmy.worldtoich_iel@feddit.deich🐡iel
    link
    fedilink
    Deutsch
    arrow-up
    0
    ·
    4 months ago

    Wofür musst du wissen, ob eine Datei geändert ist? Das sehe ich meistens dann in magit (bestes Git-UI ever), wenn ich entscheide was in den commit kommt.

    Ich mach fast nur Python, die Errors und Warnings sehe ich entweder mit LSP direkt für die aktuelle Datei oder in der Python Konsole die ich im unteren Drittel offen hab, wahrscheinlich so wie du auch in VS Code. Mir ist aber eigentlich noch nie passiert, dass ich einen Fehler in einer anderen Datei verursacht habe, die ich gar nicht offen hab? Brauche ich also eigentlich nicht.

    Wenn das so ein gängiges Ding ist von VS Code, dann gibt es dazu garantiert auch ein package für Emacs. Oder ist sogar in neotree/treemacs mit drin. Nutze ich wie gesagt auch nie. Für sowas nutze ich immer projectile.

    Protip: nutz evil-mode. Wenn schon neue keybindings, dann lern gleich die von vim, die sind eh besser.









  • Whenever somebody recommends NixOS, I just want to spam the comments with Guix. I prefer configs I can understand, and I think lisp makes that easier. Other than syntax, the only thing I see is people complaining about the free-oftware-only. But the recently hyped distrobox solves that (together with the nonguix repo). Yet nobody recommends guix in all these “immutable” distro threads.

    In my opinion Guix is the best mix of:

    • Arch (rolling release),

    • NixOS (“immutable”, atomic updates , rollback, reproducible, declarative configs)

    • Gentoo (source code based, write your own package definitions for any source code you find),

    with some lispy syntax.