diff --git a/config.org b/config.org index 415d187..6a8bb48 100644 --- a/config.org +++ b/config.org @@ -1504,6 +1504,15 @@ #+end_src * 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 essentially makes Emacs a bit more VI-like by introducing a mode where modifier keys are implicitly held down, thereby