mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Simplify keybinding for align-regexp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user