does anyone have a trick to easily just show git information in magit so i can copy it to other buffers? using clojure deps means its nice to have a convient way to copy sha's and repo information and i find myself leaving emacs to do this just because i dont' quickly know how to get a buffer with the remote origin info that i can copy. its like right there but the buffer does't let me copy it out lol.
@drewverlee SPC f f .git/config
will get you a buffer with the URL of the remote. Or in Magit status buffer, ! ! git remote -v
Or just y
in the magit status buffer, then y y
on the remote line
Awesomeness
I like y
in magit status buffer to show refs, never noticed that before, quite handy.
How do I automatically open several workspaces at spacemacs startup and open certain files in each of them?
There is an existing setting in .spacemacs to restore layouts. It will remember which files you had open and open them on restart. If you SPC l s
to save it will open layout on start.
Process buffers will not be restored.
;; If non-nil then the last auto saved layouts are resumed automatically upon
;; start. (default nil)
dotspacemacs-auto-resume-layouts t
The problem is that spacemacs or my laptop sometimes hang/restart.
And that happens every couple of days.
Also, it restores layouts, not workspaces?
If you create workspaces and dont save the layout, then it wont restore the workspaces if Emacs crashes. I only use one workspace in one of my layouts, so dont know if there is another way. Sorry.