this post was submitted on 09 Nov 2023
1 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
 

Is it possible to never list org agenda files from being shown in buffer lists? I have a few buffer open and I open agenda to check something. Now when (while still being in agenda) I do switch buffer among the options I see are the org agenda files. I don’t want that.

If I ever want to see them I will open them explicitly (not want to see them when they were opened automatically by agenda)

you are viewing a single comment's thread
view the rest of the comments
[–] florommel@alien.top 1 points 10 months ago (1 children)

If you use consult (consult-buffer) or ivy (ivy-switch-buffer) you can hide buffers based on their names (see consult-buffer-filter / ivy-ignore-buffers).

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