• 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: May 20th, 2024

help-circle

  • Time to reindent lines is something that tends to increase, as indentation quality is improved over the years (and as the need increases to support ever more syntactic features of the indented language).
    But it really depends more on the text being indented and the mode in use than on the version of Emacs, IME.





  • [ The problem I have which which-key is that it applies only after a prefix. ]
    Mutating a keymap with setc[ad]r is evil! Since you bind that map to a prefix, why not use (menu-item "dummy" KEYMAP :filter FUNCTION) instead?
    [ The problem with this trick is that it can be used only after a prefix. 🙃 ]