Simplify keybinding for align-regexp

This commit is contained in:
2013-10-29 01:10:30 +00:00
parent 8ddabf2245
commit c258a4ca66

View File

@@ -49,7 +49,8 @@
(global-set-key (kbd "C-x a {") 'align-region-to-opening-brace)
;; align-regexp
(global-set-key (kbd "C-c \\") 'align-regexp)
(global-set-key (kbd "C-c C-a") 'align-regexp)
(global-set-key (kbd "C-c \\") 'align-regexp) ;; keep till I get used to C-c C-a
;; Toggle auto-fill-mode.
(global-set-key (kbd "C-c q") 'auto-fill-mode)