Fork me on GitHub
#emacs
<
2017-05-30
>
fabrao13:05:39

Hello all, what do you think is the best file/project management for emacs to use with clojure?

jeff.terrell13:05:51

Projectile? I guess it depends on what you mean by file/project management, but I think projectile fits the bill.

fabrao14:05:24

Yes, a something like side bar on left or right to explore files

fabrao14:05:06

that can set the initial folder for start

fabrao14:05:34

have you tired the project explorer?

caio15:05:05

projectile no doubt, but it has no bars

dpsutton15:05:18

dired is a file browser and projectile is a project manager that lets you navigate to files easily; and then there's https://github.com/jaypei/emacs-neotree

fabrao15:05:35

have you tried Project Explorer?

fabrao15:05:17

in projectile you have to type the file to find, I´d preffer neotree in my case

dpsutton15:05:20

yeah projectile is not the best for browsing but i use dired for that

dpsutton15:05:40

and once i've been in a project for a few days i generally know where i want to go so the fuzzy finding of projectile is great for me

caio15:05:33

or just rely on avy

caio15:05:43

it'll list the possibilities so you can browse the project and looks faster to me than using a visual dir tree as aid

jumar20:05:07

@fabrao I'd say projectile + neotree. Spacemacs bundles them by default and they work really well for me.

fabrao20:05:47

thank u for information, I´ll try it