spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
practicalli-john 2020-12-03T01:32:08.170100Z

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).

lread 2020-12-03T18:00:24.172500Z

Maybe someone else noticed this already, but I just noticed that https://github.com/syl20bnr/spacemacs/branches. Makes sense.

3🦜
practicalli-john 2020-12-03T18:12:21.176600Z

@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

lread 2020-12-03T18:28:12.177100Z

You are a force of good, @jr0cket! :simple_smile:

2👍
cjsauer 2020-12-03T20:06:23.178200Z

Has anyone else noticed spacemacs periodically “flickering” since updating to Big Sur on Mac?

cjsauer 2020-12-03T20:06:36.178500Z

It happens a few times a minute for me…

practicalli-john 2020-12-03T20:58:01.182800Z

@cjsauer I wonder if that's related to HiDPI issues with Emacs on Mac.

cjsauer 2020-12-03T20:58:42.183100Z

@jr0cket ah could be. Is that a known problem?

cjsauer 2020-12-04T16:21:53.183700Z

Oh! I believe I was indeed setting my font size incorrectly. No more flickering (yet). Thank you so much!

1👍
practicalli-john 2020-12-03T20:58:44.183200Z

It wasn't just me,but I appreciate the kind words ☺️

practicalli-john 2020-12-03T21:04:47.183500Z

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