From 735ef5225f5395d5eaccdcfa52793acfe3a3b792 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Thu, 12 Mar 2026 13:09:47 +0000 Subject: [PATCH] Add global key for align-regexp --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) 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