• 3 Posts
  • 6 Comments
Joined 2 years ago
cake
Cake day: August 8th, 2023

help-circle
  • The problem I have which which-key is that it applies only after a prefix.

    There are commands which-key-show-major-mode and which-key-show-top-level, which you could use. On the embark side, there is embark-bindings which by default gives you bindings from the major mode and minor modes, but with C-u will give you global bindings.

    Mutating a keymap with setc[ad]r is evil!

    Agreed.

    why not use (menu-item “dummy” KEYMAP :filter FUNCTION) instead?

    Only because I didn’t think of it!







  • As you say, they are basically just window configurations, so I do use them ocassionally. If, in addition to remembering an Emacs window configuration I also want to remember whether the frame is maximized or not, I will use frames instead of tabs. I used to put window configurations into registers, before tabs existed, but tabs are better because when you put a window configuration into a register it even remembers the location of point in every buffer. This means that when you restore the window configuration from the register, points get restored to where they were when you stored the configuration, not to the last time you were using it. In this sense tabs are like window configuration registers that automatically update every time you switch away from them.