• 25 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: May 12th, 2022

help-circle










  • 4ffy@lemmy.mltoLinux@lemmy.mlDid we kill Linux's killer feature?
    ·
    edit-2
    10 months ago

    I think that this is above all else the reason that I use Arch. Arch Linux makes creating packages trivial, basically just wrapping build instructions into a shell script template. Arch handles the rest. The build systems for deb or rpm packages don't come close, and good luck rolling your own flatpak.

    This allows me to use pacman for everything outside of my home directory. Pacman is practically the central feature of my computer, and it's wonderful. I'm sure those Nix people can relate, though I guess my method is a bit less robust.





  • 4ffy@lemmy.ml
    hexagon
    toEmacs@lemmy.mlMastering Emacs - What's New in Emacs 29.1?
    ·
    11 months ago

    I have done almost the opposite: moving as much configuration as I can into use-package statements, even for built-in features like dired. You can (use-package feature-name) or even (use-package emacs) in order to customize the basics. use-package just provides much better organization than any schema that I have ever been able to come up with on my own.