This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-18
Channels
- # admin-announcements (90)
- # alda (1)
- # aws (23)
- # beginners (60)
- # boot (217)
- # cljs-dev (20)
- # cljsjs (23)
- # cljsrn (85)
- # clojars (28)
- # clojure (101)
- # clojure-art (1)
- # clojure-berlin (10)
- # clojure-dev (16)
- # clojure-my (2)
- # clojure-russia (194)
- # clojure-sg (7)
- # clojure-ukraine (1)
- # clojured (1)
- # clojurescript (99)
- # clojurex (1)
- # community-development (6)
- # core-matrix (11)
- # cursive (26)
- # datomic (51)
- # euroclojure (30)
- # hoplon (560)
- # jobs (44)
- # ldnclj (34)
- # mount (23)
- # music (3)
- # off-topic (10)
- # om (145)
- # onyx (3)
- # perun (38)
- # portland-or (2)
- # proton (55)
- # re-frame (64)
- # reagent (26)
- # ring-swagger (3)
- # spacemacs (21)
- # sydney (3)
- # yada (1)
@escherize: it seems like clojure-refactor is having trouble. I'll try to figure it out when im less tired. thanks for the help!
How to start emacs fullscreen on OSX?
(dotspacemacs-fullscreen-at-startup t)
doesn’t work
This is also nice in dotspacemacs/user-config
:
(evil-leader/set-key "of" 'spacemacs/toggle-fullscreen)
And then you do SPC o f
to toggle between fullscreen and windowed.janiczek: thanks, SPC T F
works for me. Just wanted it to be automatically on startup.
hkjels: thanks, but this doesn’t work. I have a feeling that fn calls inside dotspacemacs/user-config
aren’t executed on startup
@trybeee: you need dotspacemacs-fullscreen-at-startup t
in the dotspacemacs/init
rather than dotspacemacs/user-config
chris: it works if i place it to dotspacemacs/user-init
. But doesn’t work in dotspacemacs/init
. thank you
@escherize: continuing our conversation about the "/" causing a problem (opening a repl and complaining about nrepl and lein being out of sync) i was able to fix this by adding clojure refactor to my plugins in the project.clj (as per the instructions right on the clojure refactor page).
at anyone, whats the best way to change data structures? Say i have a ( (1 2 3) [3 4 5]) and i want to change the second form i.e [3 4 5] to (3 4 5)?
@chris, thats awesome. I was worried i had lost vim-surround.