this post was submitted on 31 Oct 2023
2 points (100.0% liked)
Emacs
310 readers
2 users here now
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Okay... I think you want a "file manager", the "actual" one, not an Emacs interface like Treemacs, is that right? A few options.
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.
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.
Maybe
M-x dired
? If you want to put it ininit.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.