This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-04
Channels
- # announcements (5)
- # beginners (124)
- # boot (43)
- # braveandtrue (8)
- # calva (1)
- # cider (44)
- # cljs-dev (1)
- # clojure (188)
- # clojure-canada (3)
- # clojure-germany (1)
- # clojure-italy (5)
- # clojure-nl (13)
- # clojure-russia (1)
- # clojure-spec (14)
- # clojure-uk (42)
- # clojurescript (94)
- # core-async (5)
- # cursive (5)
- # datomic (45)
- # duct (3)
- # emacs (6)
- # figwheel-main (93)
- # fulcro (22)
- # graphql (3)
- # hyperfiddle (1)
- # leiningen (3)
- # off-topic (1)
- # pedestal (1)
- # play-clj (1)
- # portkey (1)
- # re-frame (17)
- # reagent (71)
- # remote-jobs (2)
- # rum (3)
- # shadow-cljs (45)
- # spacemacs (17)
- # specter (18)
- # tools-deps (27)
- # unrepl (1)
- # vim (3)
quick question, why does either the git layer or the version control layer adding things to my global gitconfig? Is that really necessary? ... I looked around and couldn't find a suitable answer... if someone has a good resource, let me know please.
dammit.. I removed what it added so I don't have it readily available. I have both the git
and the version-control
layer. Maybe I don't actually need (or want) both? hmm.. I'll have to look at it more.
oh right, version-control adds git gutter functionality, which I like.. and pretty sure magit can do the same thing... I just commented it out... so I guess I'll find out lol
Hey! Recently I did SPC T s spacemacs-dark
although I had spacemacs-dark already, and it changed keywords like ns
, defn
, etc into italics, and I quite like it. Problem is - how to make that permanent?
I haven't tried it though... mine defaults to spacemacs-dark and I suspect yours does as well so I'm not sure why you see a difference when doing SPC T s spacemacs-dark.
Yeah. Maybe that’s because of specific revision of develop branch. I haven’t updated for a long time and I’m going to change machines, so I think I’m not going to try to update spacemacs these days. 🙂
@troglotit interesting, i noticed the italicisation of ns
and def
, defn
myself (just updated spacemacs). This happens when ever I change the theme, even spacemacs-light, but these names do not show as italic when setting the theme in .spacemacs. I can only assume that its a matter of when things are loaded. I assume the theme is loaded before the Clojure layer, so perhaps something in the Clojure layer changes the theme settings. So when you apply the theme, all its settings are restored.
Interestingly you get the same effect with Emacs lisp files. If you open .spacemacs
then defun
is not italic. Applying the theme again makes defun
italic.