Marks and Registers in Emacs
I never actually used them before, but I’m curious when looking at the consult-mark, and consult-register commands from the consult package. Marks As I further looking for resources on marks, I also found out that Vim has it’s own implementation of mark. This interest me since I’ve been using evil-mode for a long time, and now I have the opportunity to use both Emacs and Vim marks, and see which one fits for me. ...