Conversation
Notices
-
Verius (verius@community.highlandarrow.com)'s status on Friday, 31-Aug-2018 13:10:40 EDT Verius
Emacs can be complicated, but sometimes, all that complexity pays off. I wanted to insert a range of numbers in hexadecimal at the start of a line. Turns out all I have to do to append increasing hex numbers from 0x20 is to select the lines and `c-u c-x r N` then enter #x20 for the initial value and 0x%02x for the format string.