Assign align-regexp to keybinding: C-c \

This commit is contained in:
2012-08-20 08:04:18 +03:00
parent 44889bb781
commit a096737e1b

View File

@@ -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)