Fork me on GitHub
#emacs
<
2018-05-02
>
theeternalpulse17:05:07

Anyone use parinfer mode for emacs instead of paredit/smartparens?

andnils18:05:30

I tried parinfer a couple of times, but it’s not for me.

andnils18:05:58

What’s the ultimate “buffer/window-manager” for emacs? I started with projectile, but I wanted something more graphical - I wanted to see the file layout of the project. “What files are in the same dir as this file?“, and that kind of questions. Then I found project-explorer which is kind of almost what I want. What else is there? What are you using?

andnils18:05:58

OK…I just read what I wrote… 🙂 “buffer/window-manager” is probably NOT the word I’m looking for. Maybe “Project-files-handler-thingy”

dpsutton19:05:25

you can check out projectile by the maintainer of CIDER

munen19:05:03

I'm using projectile with dired and and very happy with it(;

dpsutton19:05:59

i'm in the same boat. dired and projectile

theeternalpulse20:05:34

projectile still operates within the background buffer type interface, so it's not really graphical, neotree is definitely the one you want. I find also purpose mode (if you can get it well configured) good as you can make your own custom layout and not be worried of certain buffers from being pushed out of view.

ag22:05:34

I've tried neotree/treemacs many times, and could make myself not to hate them. I use direx

bozhidar22:05:38

I rarely browse files these days, projectile is what I need 99% of the time. dired covers all my other use-cases.

👍 4
bozhidar22:05:22

And, of course, you can combine them - projectile has a command to show you all dirs in a project and open the selected dir with dired.