If the source of a library dependency is avalable, I just clone that SPC g c
into a new layout SPC l l
For Java, I downloaded the source code and can browse that from jar files just like the Clojure standard library. The Jar just needs to be on the Class path and it should work (assuming the jar contains the information you need).
Maybe someone else noticed this already, but I just noticed that https://github.com/syl20bnr/spacemacs/branches. Makes sense.
@lee the default branch was changed to develop to stop an issue with raising a pull request (which used to time out by doing a comparison with master). This happen a week or so ago, after I raised the PR to add cider-inspect key bindings
You are a force of good, @jr0cket! :simple_smile:
Has anyone else noticed spacemacs periodically “flickering” since updating to Big Sur on Mac?
It happens a few times a minute for me…
@cjsauer I wonder if that's related to HiDPI issues with Emacs on Mac.
@jr0cket ah could be. Is that a known problem?
Oh! I believe I was indeed setting my font size incorrectly. No more flickering (yet). Thank you so much!
It wasn't just me,but I appreciate the kind words ☺️
I have seen some issues about rendering on hi dpi, but not flickering specifically. Make sure your font size setting in .spacemacs is a decimal number, e g 18.0 rather than 18. I suspect its some Graphics driver incompatible between Emacs and Mac, so maybe not related. I'd suggest a general search using 'Emacs' and the version of OSX and flickering Or try install Emacs from a different source, e.g homebrew, emacsformacosx It would be surprising if it's Spacemacs specific