Fork me on GitHub
#spacemacs
<
2016-09-22
>
reefersleep07:09:37

Well thank you. I think Neotree has been confused when I've tried to use other stuff while it was open, as well - rgrep or magit, for example. Better move on, then!

reefersleep07:09:45

@eggsyntax @ag is there another alternative readily available in Spacemacs? The wealth of stuff already there is awesome, but also difficult to get an overview of.

reefersleep07:09:03

Or maybe there is an easy way to incorporate something not there, like direx? I'm still an emacs newb.

kurt-yagram09:09:47

From line 4 in the file:

#:ns{:kw1
       ...
       :kw2
       ...}
Using clojure 1.9 map namespace syntax. (http://clojure.org/reference/reader#_maps)

eggsyntax13:09:54

@reefersleep I mostly use SPC-p-h and do search-based file opening; I only use neotree when I explicitly want to look at the directory structure. helm also has some built-in directory-style navigation like helm-find-files. In terms of other file navigation libs, I haven't tried any. If you find one that has a spacemacs package, you can just add the package name to dotspacemacs/layers in .spacemacs. If you find one that doesn't, you can try adding it to dotspacemacs-additional-packages, and maybe it'll just work. If it doesn't, you'd have to create a spacemacs package, which doesn't sound too hard, but I haven't done it myself.

eggsyntax13:09:09

@kurt-yagram is your project using 1.8 or 1.9?

reefersleep14:09:25

Thanks a lot, @eggsyntax ! I think I'll try to make use of those first approaches you mentioned before attempting a different navigation lib.

eggsyntax14:09:42

Yeah, I only turn to the ones at the end if there's something I really want.

ag17:09:48

@reefersleep this is a sample layer how your direx setup may look like: https://gist.github.com/agzam/9bb878b476d6291e79ee8d9acd9de8e4

jasonjckn20:09:55

some of my clojure :variables in my spacemacs config layer are ignored after I upgraded to latest emacs and latest spacemacs

ag23:09:34

@jasonjckn maybe try setting them in with-eval-after-load? what’s broken?