This is an old revision of the document!


2025-W17 reading notes

  • use-package — a GNU Emacs extension that helps manage other extensions. It's also capable of downloading them (with :ensure), but its key functionality is to declare which packages are used.
  • ssh_config: ControlMaster — when set to auto, it enables opportunistic connection multiplexing.