mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Assign align-regexp to keybinding: C-c \
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
(global-set-key (kbd "C-x a =") 'align-region-to-equals)
|
||||
(global-set-key (kbd "M-]") 'align-region-to-equals)
|
||||
|
||||
;; align-regexp
|
||||
(global-set-key (kbd "C-c \\") 'align-regexp)
|
||||
|
||||
;; Toggle auto-fill-mode.
|
||||
(global-set-key (kbd "C-c q") 'auto-fill-mode)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user