Y
Hacker News
new
|
ask
|
show
|
jobs
by
mksybr
95 days ago
It should default to a single location maybe a XDG directory instead of polluting every directory
1 comments
NetMageSCW
95 days ago
What happens when you edit multiple files from different folders with the same name?
link
jlarocco
95 days ago
I tell emacs to create all of the files in "~/.backups", and it names them using the full pathname with "/" replaced with "!". So "~/foo/bar.txt" -> "!home!username!foo!bar.txt~"
link