Add global key for align-regexp

This commit is contained in:
2026-03-12 13:09:47 +00:00
parent bd69a49bb5
commit 735ef5225f

View File

@@ -1504,6 +1504,15 @@
#+end_src #+end_src
* Misc * Misc
** Global key for [[help:align-regexp][align-regexp]]
I didn't know it was a thing but now that I do, I need a
keybinding. Hopefully it doesn't conflict with too many things
haha.
#+begin_src emacs-lisp
(global-set-key (kbd "C-c a") 'align-regexp)
#+end_src
** God mode ** God mode
God mode essentially makes Emacs a bit more VI-like by introducing God mode essentially makes Emacs a bit more VI-like by introducing
a mode where modifier keys are implicitly held down, thereby a mode where modifier keys are implicitly held down, thereby