this post was submitted on 31 Oct 2023
2 points (100.0% liked)

Emacs

310 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

I want a file manager to appear on the side of the screen when I open emacs, like you would have in gedit or atom. I am open to using any package or plugin as long as you can tell me what to put in my init file to make it open when I start emacs.

top 6 comments
sorted by: hot top controversial new old
[–] ivan_linux@alien.top 2 points 10 months ago

Your best bet is treemacs they have an installation manual on there, it's fairly simple.

[–] LionyxML@alien.top 1 points 10 months ago (1 children)

Sidebar is the builtin option, on terminal it only works on the “side” with a package extending its functionallity. Better overall option by far, treemacs.

[–] B_A_Skeptic@alien.top 1 points 10 months ago (1 children)
[–] mpiepgrass@alien.top 1 points 10 months ago

I'm skeptical....

[–] followspace@alien.top 1 points 10 months ago

Okay... I think you want a "file manager", the "actual" one, not an Emacs interface like Treemacs, is that right? A few options.

  1. If you just want it to be on the side of Emacs, why don't you just run it outside of Emacs and arrange it on the side? Your window manager would have features for that.

  2. If you have to open it within the Emacs frame, you can use EXWM, but you have to use EXWM as your window manager instead of whatever WM you were using.

  3. Maybe M-x dired? If you want to put it in init.el, that'd be (dired). You can put it in a window on the side. Not sure if that's what you want at all.

Let me know what you actually want. If you have any links of images or videos that help us understand your intention, that'd be awesome.

[–] github-alphapapa@alien.top 1 points 10 months ago

Please do not answer if you are not willing to tell me exactly what to put in my init.el file.

Please do not ask if you are not willing to google your question first. We are not ChatGPT.