Fork me on GitHub
#spacemacs
<
2021-01-06
>
practicalli-johnny09:01:00

@aaronsama If you can run a REPL on the command line then you can always run cider-connect rather than cider-jack-in . Using connect makes the REPL process more robust as its not going to be killed if there is an issue with the editor. This is especially useful when you get used to having longer running REPL sessions.

practicalli-johnny13:01:46

If you are using all-the-icons or doom modeline theme, then you should see a nicer solid Clojure logo in the mode-line rather than the original outline icon used. My pull request was just merged, so updating all-the-icons, SPC SPC all-the-icons-install-fonts , should give you the solid version of the icon (which matches with the emacs, html and other language logos in the modeline) https://github.com/domtronn/all-the-icons.el/pull/218

practicalli-johnny13:01:15

I do recommend the doom modeline theme, its very simple and elegant. I found it easier to customise the doom modeline theme than the spacemacs mode line theme. My modeline customisation can be seen in recent videos, e.g. the video on https://practicalli.github.io/spacemacs/ The configuration is in the layer variables https://github.com/practicalli/spacemacs.d/blob/live/init.el#L130 And custom components on the modeline are defined in dotspacemacs/user-config https://github.com/practicalli/spacemacs.d/blob/live/init.el#L736

Aaron Cooley13:01:16

Thank you for your detailed response. Looks like there is a wealth of information on your github page, so I'll spend some time playing around with that.

👍 3