pfm's wiki
Show pagesource
Menu
skip to content
Search
Log In
Trace:
•
w24
•
w12
•
w27
•
w31
•
ideas
•
w08
•
w43
•
w37
•
w46
•
w17
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.
Back to Top