Add global key for align-regexp
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user