Fork me on GitHub
#spacemacs
<
2017-04-06
>
reefersleep08:04:08

I foolishly did a git reset --hard without saving uncommitted work. Afterwards, I hoped that Emacs/Spacemacs could save me through some sort of undo/history/backup functionality, but I failed to find a solution. Now I read that Emacs keeps backup files (ending with ~) around by default, and, since many users are annoyed by them, they can be turned off... I've never noticed such backup files. Does Spacemacs generate backup files by default, and if so, where can I find them? And if not, is this some functionality available to me in Spacemacs that I can turn on somehow?

eggsyntax13:04:00

@reefersleep It's always generated them for me (without me messing w/ relevant settings), in the same dir as the files. foo.clj becomes .foo.clj.~undo-tree~.

eggsyntax13:04:58

undo-tree-visualize should get you into it (`SPC a u`, at least for me).

rustam.gilaztdinov14:04:36

Hello, guys! I want to walk through java source code of clojure, but seems to spacemacs can’t do it. Anyone solved this issue?